Skip to content

Commit

Permalink
Revert "Temporarily pin CI to Rust nightly-2024-09-22 (#6048)" (#6078)
Browse files Browse the repository at this point in the history
This reverts PR #6048 now that rust-lang/rust#130769 is fixed.
  • Loading branch information
SimonSapin authored Sep 30, 2024
1 parent e8d9ad2 commit bac1236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ commands:
equal: [ *arm_linux_test_executor, << parameters.platform >> ]
steps:
- run:
name: Install nightly-2024-09-22 Rust to build the fuzzers
name: Install nightly Rust to build the fuzzers
command: |
rustup install nightly-2024-09-22
rustup install nightly
install_extra_tools:
steps:
Expand Down Expand Up @@ -524,7 +524,7 @@ commands:
path: ./target/nextest/ci/junit.xml
fuzz_build:
steps:
- run: cargo +nightly-2024-09-22 fuzz build
- run: cargo +nightly fuzz build

jobs:
lint:
Expand Down

0 comments on commit bac1236

Please sign in to comment.