build: Bump MSRV to 1.89.0
This is required to support exclusive locking on files which is needed for safe test ID generation when using nextest (since it runs each test as a separate process.) Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
ec57aade15
commit
5051feb0bd
8 changed files with 8 additions and 8 deletions
|
|
@ -8,7 +8,7 @@
|
|||
FROM ubuntu:24.04 AS dev
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG RUST_TOOLCHAIN="1.88.0"
|
||||
ARG RUST_TOOLCHAIN="1.89.0"
|
||||
ARG CLH_SRC_DIR="/cloud-hypervisor"
|
||||
ARG CLH_BUILD_DIR="$CLH_SRC_DIR/build"
|
||||
ARG CARGO_REGISTRY_DIR="$CLH_BUILD_DIR/cargo_registry"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue