Skip to content

Commit bce015b

Browse files
Update Rust to v1.71.0 (#6800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e89020c commit bce015b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# renovate: datasource=crate depName=diesel_cli versioning=semver
1313
DIESEL_CLI_VERSION: 2.1.0
1414
# renovate: datasource=github-releases depName=rust lookupName=rust-lang/rust
15-
RUST_VERSION: 1.70.0
15+
RUST_VERSION: 1.71.0
1616

1717
jobs:
1818
coverage:

backend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-releases depName=rust lookupName=rust-lang/rust
2-
ARG RUST_VERSION=1.70.0
2+
ARG RUST_VERSION=1.71.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.70.0"
2+
channel = "1.71.0"

0 commit comments

Comments
 (0)