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.
2 parents 2388dc8 + 8523b2d commit b51059fCopy full SHA for b51059f
1 file changed
.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
22
sudo apt-get update
23
sudo apt-get install -y clang libclang-dev llvm mold libncurses-dev build-essential
24
25
- - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # v1
+ - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
26
with:
27
toolchain: 1.85
28
components: clippy, rustfmt
@@ -33,7 +33,7 @@ jobs:
33
34
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
35
36
- - uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2
+ - uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2
37
38
tool: cargo-nextest
39
0 commit comments