We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo-expand
1 parent c919aa2 commit 8489b5cCopy full SHA for 8489b5c
1 file changed
.github/workflows/rust.yml
@@ -41,10 +41,10 @@ jobs:
41
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
42
with:
43
# update `cargo-expand` accordingly, when bumping MSRV:
44
- toolchain: 1.88.0
+ toolchain: 1.91.0
45
components: rust-src
46
- uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1
47
- - run: cargo binstall cargo-expand@1.0.95 --no-confirm
+ - run: cargo binstall cargo-expand@1.0.121 --no-confirm
48
- run: cargo test -- --test-threads=1
49
50
fmt:
0 commit comments