Skip to content

Commit b95b6c4

Browse files
committed
Update rust to 1.74.1
1 parent 62c5000 commit b95b6c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ENV LIBRARY_PATH="$CUDA_HOME/lib64/stubs"
8888

8989
## Rust builder ################################################################
9090
# Specific debian version so that compatible glibc version is used
91-
FROM rust:1.74-bullseye as rust-builder
91+
FROM rust:1.74.1-bullseye as rust-builder
9292
ARG PROTOC_VERSION
9393

9494
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.74"
2+
channel = "1.74.1"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)