Skip to content

Commit

Permalink
upgrade to Rust v1.67.1 (pantsbuild#18269)
Browse files Browse the repository at this point in the history
Upgrade to Rust v1.67.1.
  • Loading branch information
tdyas authored Feb 16, 2023
1 parent 668e9b7 commit 07e5952
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.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 @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.67.0-*
path: '~/.rustup/toolchains/1.67.1-*
~/.rustup/update-hashes
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.67.0"
channel = "1.67.1"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit 07e5952

Please sign in to comment.