Skip to content

Commit

Permalink
Upgrade to Rust 1.72.1 (#19881)
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw authored Sep 21, 2023
1 parent 1ea32b5 commit 324d976
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain')
}}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
with:
key: macOS11-ARM64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain')
}}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-ARM64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-ARM64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.72.0-*
path: '~/.rustup/toolchains/1.72.1-*
~/.rustup/update-hashes
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.72.0"
channel = "1.72.1"
# NB: We don't list the components (namely `clippy` and `rustfmt`) and instead rely on either the
# the profile being "default" (by-and-large the default profile) or the nice error message from
# `cargo fmt` and `cargo clippy` if the required component isn't installed
Expand Down

0 comments on commit 324d976

Please sign in to comment.