Skip to content

Commit 75be9d7

Browse files
committed
chore: bump the Rust toolchain to 1.97.1
1 parent e164f08 commit 75be9d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
env:
2121
CARGO_TERM_COLOR: always
22-
RUST_TOOLCHAIN_VERSION: "1.95.0"
22+
RUST_TOOLCHAIN_VERSION: "1.97.1"
2323

2424
# Every job below names a runner image rather than a `-latest` alias, so an
2525
# image roll cannot change what a merge is gated on. The label cannot be lifted

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
env:
1717
CARGO_TERM_COLOR: always
18-
RUST_TOOLCHAIN_VERSION: "1.95.0"
18+
RUST_TOOLCHAIN_VERSION: "1.97.1"
1919
# Both pinned rather than floating. packaging/test-sbom.sh asserts the shape of
2020
# what syft emits and how cargo-auditable's .dep-v0 section reads, so a release
2121
# of either that changes that shape has to be adopted deliberately and

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.95.0"
2+
channel = "1.97.1"
33
profile = "default"

0 commit comments

Comments
 (0)