Skip to content

Commit 38a5f34

Browse files
committed
Update Rust CI version
1 parent fd1533e commit 38a5f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ workflows:
9292
matrix:
9393
parameters:
9494
# Run with MSRV and some modern stable Rust
95-
rust-version: ["1.74.0", "1.78.0"]
95+
rust-version: ["1.74.0", "1.82.0"]
9696
- benchmarking:
9797
requires:
9898
- package_vm
@@ -1144,7 +1144,7 @@ jobs:
11441144

11451145
coverage:
11461146
docker:
1147-
- image: rust:1.78.0-alpine3.19
1147+
- image: rust:1.82.0-alpine3.19
11481148
environment:
11491149
# Limit the number of parallel jobs to avoid OOM crashes during doc testing
11501150
RUST_TEST_THREADS: 8

0 commit comments

Comments
 (0)