We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07257f commit 5dda72dCopy full SHA for 5dda72d
.github/workflows/ci.yml
@@ -283,7 +283,7 @@ jobs:
283
- name: Install Rust ${{ env.rust_stable }}
284
uses: dtolnay/rust-toolchain@stable
285
with:
286
- toolchain: ${{ env.rust_stable }}
+ toolchain: 1.82
287
288
- name: Install Valgrind
289
uses: taiki-e/install-action@valgrind
.github/workflows/stress-test.yml
@@ -13,7 +13,7 @@ env:
13
RUSTFLAGS: -Dwarnings
14
RUST_BACKTRACE: 1
15
# Change to specific Rust release to pin
16
- rust_stable: stable
+ rust_stable: 1.82
17
18
permissions:
19
contents: read
0 commit comments