We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f02568 commit a4cb925Copy full SHA for a4cb925
dockerfiles/Dockerfile
@@ -12,7 +12,7 @@
12
# Build stage #
13
#################
14
15
-FROM rust:1.91-slim-trixie AS build
+FROM rust:1.92-slim-trixie AS build
16
17
ENV DEBIAN_FRONTEND=noninteractive
18
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.91.0"
+channel = "1.92.0"
3
components = ["rustfmt", "clippy"]
0 commit comments