Skip to content

Commit

Permalink
upgrade to Rust v1.70.0 (#19228)
Browse files Browse the repository at this point in the history
Upgrade to Rust v1.70.0. [Release Notes](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html)
  • Loading branch information
tdyas authored Jun 2, 2023
1 parent 7424098 commit 773f1df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.69.0-*
path: '~/.rustup/toolchains/1.70.0-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.69.0-*
path: '~/.rustup/toolchains/1.70.0-*
~/.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 @@ -31,7 +31,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.69.0-*
path: '~/.rustup/toolchains/1.70.0-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.69.0-*
path: '~/.rustup/toolchains/1.70.0-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.69.0-*
path: '~/.rustup/toolchains/1.70.0-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.69.0-*
path: '~/.rustup/toolchains/1.70.0-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -459,7 +459,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.69.0-*
path: '~/.rustup/toolchains/1.70.0-*
~/.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.69.0"
channel = "1.70.0"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit 773f1df

Please sign in to comment.