Skip to content

Commit

Permalink
upgrade to Rust v1.84.1 (#21902)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas authored Feb 3, 2025
1 parent 19efaeb commit 7635165
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 @@ -230,7 +230,7 @@ jobs:
with:
key: macOS13-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain')
}}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
with:
key: macOS14-ARM64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain')
}}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
uses: actions/cache@v4
with:
key: Linux-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.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 @@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v4
with:
key: Linux-ARM64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/cache@v4
with:
key: Linux-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
uses: actions/cache@v4
with:
key: macOS13-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
uses: actions/cache@v4
with:
key: macOS13-x86_64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.1-*
~/.rustup/update-hashes
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
uses: actions/cache@v4
with:
key: macOS14-ARM64-rustup-${{ hashFiles('src/rust/engine/rust-toolchain') }}-v2
path: '~/.rustup/toolchains/1.84.0-*
path: '~/.rustup/toolchains/1.84.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.84.0"
channel = "1.84.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 7635165

Please sign in to comment.