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.
cargo-expand
1 parent c7728dc commit 81d107fCopy full SHA for 81d107f
.github/workflows/rust.yml
@@ -40,10 +40,11 @@ jobs:
40
- uses: actions/checkout@v4
41
- uses: dtolnay/rust-toolchain@v1
42
with:
43
+ # update `cargo-expand` accordingly, when bumping MSRV:
44
toolchain: 1.78.0
45
components: rust-src
46
- uses: cargo-bins/[email protected]
- - run: cargo binstall cargo-expand --no-confirm
47
+ - run: cargo binstall cargo-expand@1.0.95 --no-confirm
48
- run: cargo test -- --test-threads=1
49
50
fmt:
0 commit comments