Skip to content

Commit 81d107f

Browse files
committed
Pin cargo-expand to v1.0.95 (last version to support Rust v1.78.0)
1 parent c7728dc commit 81d107f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: dtolnay/rust-toolchain@v1
4242
with:
43+
# update `cargo-expand` accordingly, when bumping MSRV:
4344
toolchain: 1.78.0
4445
components: rust-src
4546
- uses: cargo-bins/cargo-binstall@v1.14.1
46-
- run: cargo binstall cargo-expand --no-confirm
47+
- run: cargo binstall cargo-expand@1.0.95 --no-confirm
4748
- run: cargo test -- --test-threads=1
4849

4950
fmt:

0 commit comments

Comments
 (0)