Skip to content

Commit

Permalink
Revert "Update Rust CI version"
Browse files Browse the repository at this point in the history
This reverts commit 38a5f34.
  • Loading branch information
chipshort committed Dec 16, 2024
1 parent 2ea3a7b commit 167fa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ workflows:
matrix:
parameters:
# Run with MSRV and some modern stable Rust
rust-version: ["1.74.0", "1.82.0"]
rust-version: ["1.74.0", "1.78.0"]
- benchmarking:
requires:
- package_vm
Expand Down Expand Up @@ -1142,7 +1142,7 @@ jobs:

coverage:
docker:
- image: rust:1.82.0-alpine3.19
- image: rust:1.78.0-alpine3.19
environment:
# Limit the number of parallel jobs to avoid OOM crashes during doc testing
RUST_TEST_THREADS: 8
Expand Down

0 comments on commit 167fa87

Please sign in to comment.