Skip to content

Commit 0400c25

Browse files
committed
Update rust to 1.75
1 parent b95b6c4 commit 0400c25

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.1-bullseye as rust-builder
91+
FROM rust:1.75-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.1"
2+
channel = "1.75"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)