Skip to content

Commit 167fa87

Browse files
committed
Revert "Update Rust CI version"
This reverts commit 38a5f34.
1 parent 2ea3a7b commit 167fa87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ workflows:
9595
matrix:
9696
parameters:
9797
# Run with MSRV and some modern stable Rust
98-
rust-version: ["1.74.0", "1.82.0"]
98+
rust-version: ["1.74.0", "1.78.0"]
9999
- benchmarking:
100100
requires:
101101
- package_vm
@@ -1142,7 +1142,7 @@ jobs:
11421142

11431143
coverage:
11441144
docker:
1145-
- image: rust:1.82.0-alpine3.19
1145+
- image: rust:1.78.0-alpine3.19
11461146
environment:
11471147
# Limit the number of parallel jobs to avoid OOM crashes during doc testing
11481148
RUST_TEST_THREADS: 8

0 commit comments

Comments
 (0)