We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1533e commit 38a5f34Copy full SHA for 38a5f34
.circleci/config.yml
@@ -92,7 +92,7 @@ workflows:
92
matrix:
93
parameters:
94
# Run with MSRV and some modern stable Rust
95
- rust-version: ["1.74.0", "1.78.0"]
+ rust-version: ["1.74.0", "1.82.0"]
96
- benchmarking:
97
requires:
98
- package_vm
@@ -1144,7 +1144,7 @@ jobs:
1144
1145
coverage:
1146
docker:
1147
- - image: rust:1.78.0-alpine3.19
+ - image: rust:1.82.0-alpine3.19
1148
environment:
1149
# Limit the number of parallel jobs to avoid OOM crashes during doc testing
1150
RUST_TEST_THREADS: 8
0 commit comments