mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump Rust version from 1.74.0 to 1.74.1
Fixes: #6368 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
FROM ubuntu:22.04 as dev
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG RUST_TOOLCHAIN="1.74.0"
|
||||
ARG RUST_TOOLCHAIN="1.74.1"
|
||||
ARG CLH_SRC_DIR="/cloud-hypervisor"
|
||||
ARG CLH_BUILD_DIR="$CLH_SRC_DIR/build"
|
||||
ARG CARGO_REGISTRY_DIR="$CLH_BUILD_DIR/cargo_registry"
|
||||
|
||||
Reference in New Issue
Block a user