mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update to Rust 1.73.0
This commit is contained in:
parent
8f51b29554
commit
bfa8ce4545
6 changed files with 12 additions and 9 deletions
|
|
@ -71,6 +71,9 @@ function print_rust_args() {
|
|||
1.65)
|
||||
INSTALL_RUST_VERSION="1.65.0"
|
||||
;;
|
||||
1.73)
|
||||
INSTALL_RUST_VERSION="1.73.0"
|
||||
;;
|
||||
*) fail "Unknown rust version $1" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue