Skip to content

Commit 37065de

Browse files
Update Rust to v1.86.0 (#10937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a23d3c commit 37065de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
2-
ARG RUST_VERSION=1.85.1
2+
ARG RUST_VERSION=1.86.0
33

44
FROM rust:$RUST_VERSION
55

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.85.1"
2+
channel = "1.86.0"

0 commit comments

Comments
 (0)