Skip to content

Commit a87347c

Browse files
authored
Merge pull request #9174 from rust-lang/renovate/rust-1.x
Update Rust to v1.80.0
2 parents 4b99339 + a297eb2 commit a87347c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ rust_2021_compatibility = "warn"
2020
unused = "warn"
2121

2222
[workspace.lints.clippy]
23-
all = "warn"
2423
dbg_macro = "warn"
2524
todo = "warn"
2625

backend.Dockerfile

Lines changed: 1 addition & 1 deletion
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.79.0
2+
ARG RUST_VERSION=1.80.0
33

44
FROM rust:$RUST_VERSION
55

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.79.0"
2+
channel = "1.80.0"

0 commit comments

Comments
 (0)