Update to Rust 1.73.0

This commit is contained in:
Brett Walker 2023-10-27 16:08:31 -05:00
parent 8f51b29554
commit bfa8ce4545
6 changed files with 12 additions and 9 deletions

View file

@ -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

View file

@ -10,7 +10,7 @@ TAG_TOOLS=(BUNDLER RUBYGEMS GIT LFS CHROME YARN GRAPHICSMAGICK EXIFTOOL BAZELISK
# OS: debian:bullseye
# RUBY: 3.0
# GOLANG: 1.19
# RUST: 1.65.0
# RUST: 1.73.0
# GIT: 2.33
# POSTGRESQL: 11
# With the above variables, this function will return
@ -45,7 +45,7 @@ function get_image_path() {
# OS: debian:bullseye
# RUBY: 2.7
# GOLANG: 1.19
# RUST: 1.65.0
# RUST: 1.73.0
# GIT: 2.33
# POSTGRESQL: 11
# For that job, this function will return