Skip to content

Commit

Permalink
Revert Rust version from 1.78.0 to 1.76.0 in CircleCI (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn authored May 15, 2024
1 parent fb52e92 commit 6df51ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,12 @@ commands:
- run:
name: Adds rust target
command: rustup target add $XTASK_TARGET
- run:
name: Set default rustc version
# Should match the version pinned in rust-toolchain.toml
command: |
rustup install 1.76.0
rustup default 1.76.0
- when:
condition:
equal: [ *amd_windows_executor, << parameters.platform >> ]
Expand Down
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
# renovate-automation: rustc version
channel = "1.76.0"
components = ["rustfmt", "clippy"]

0 comments on commit 6df51ee

Please sign in to comment.