From bac123632ad2e0f15e81737f2a8f1c439e94ad43 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 30 Sep 2024 11:02:41 +0200 Subject: [PATCH] Revert "Temporarily pin CI to Rust nightly-2024-09-22 (#6048)" (#6078) This reverts PR https://github.com/apollographql/router/pull/6048 now that https://github.com/rust-lang/rust/issues/130769 is fixed. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2be4bcd00..eea532b73b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: