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 00bf38e commit 123008eCopy full SHA for 123008e
.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/cargo-binstall@v1.12.5
- - 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