Skip to content

Commit

Permalink
Upgrade to Rust 1.68.2. (pantsbuild#18617)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood authored Mar 28, 2023
1 parent 194862a commit abeabac
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.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.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.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.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 @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.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.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -474,7 +474,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.68.0-*
path: '~/.rustup/toolchains/1.68.2-*
~/.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.68.0"
channel = "1.68.2"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit abeabac

Please sign in to comment.