update rustc 1.88->1.90

This commit is contained in:
2025-12-17 19:01:11 -06:00
parent 687a8473b5
commit 5c9e97e0a2
2 changed files with 10 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ docker_build_image() {
echo "RUN pipx install virtualenv"
# rust
local rustupVersion='1.28.2'
local rustcVersion='1.88.0'
local rustcVersion='1.90.0'
local rustupTarball="rustup-${rustupVersion}.tar.gz"
local rustupTarballPath="${DOCKER_DIR}/${rustupTarball}"
if [[ ! -f ${rustupTarballPath} ]]; then