Skip to content

Commit 8489b5c

Browse files
committed
Run CI tests via cargo-expand “1.0.121” on Rust “1.91.0”
1 parent c919aa2 commit 8489b5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
4242
with:
4343
# update `cargo-expand` accordingly, when bumping MSRV:
44-
toolchain: 1.88.0
44+
toolchain: 1.91.0
4545
components: rust-src
4646
- uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1
47-
- run: cargo binstall cargo-expand@1.0.95 --no-confirm
47+
- run: cargo binstall cargo-expand@1.0.121 --no-confirm
4848
- run: cargo test -- --test-threads=1
4949

5050
fmt:

0 commit comments

Comments
 (0)