Skip to content

Commit

Permalink
upgrade to Rust v1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Aug 9, 2023
1 parent 0827127 commit dc90143
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 @@ -174,7 +174,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.71.0-*
path: '~/.rustup/toolchains/1.71.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.71.0-*
path: '~/.rustup/toolchains/1.71.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.71.0-*
path: '~/.rustup/toolchains/1.71.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/cache@v3
with:
key: Linux-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.71.0-*
path: '~/.rustup/toolchains/1.71.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.71.0-*
path: '~/.rustup/toolchains/1.71.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS10-15-x86_64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.71.0-*
path: '~/.rustup/toolchains/1.71.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
uses: actions/cache@v3
with:
key: macOS11-ARM64-rustup-${{ hashFiles('rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.71.0-*
path: '~/.rustup/toolchains/1.71.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.71.0"
channel = "1.71.1"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit dc90143

Please sign in to comment.