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 1a23d3c commit 37065deCopy full SHA for 37065de
backend.Dockerfile
@@ -1,5 +1,5 @@
1
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
2
-ARG RUST_VERSION=1.85.1
+ARG RUST_VERSION=1.86.0
3
4
FROM rust:$RUST_VERSION
5
rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "1.85.1"
+channel = "1.86.0"
0 commit comments