File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - uses : dtolnay/rust-toolchain@master
3939 with :
4040 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
41- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
41+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4242 with :
4343 key : udeps
4444 - run : cargo install --locked cargo-udeps@0.1.57
7878 with :
7979 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
8080 components : rustfmt
81- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
81+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
8282 with :
8383 key : doc
8484 - run : cargo doc --document-private-items
9999 # for our cases.
100100 # See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
101101 components : rust-src
102- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
102+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
103103 with :
104104 key : test
105105 - run : cargo test --no-default-features --workspace
You can’t perform that action at this time.
0 commit comments