Skip to content

Commit ef19579

Browse files
committed
Pin indexmap dependency
Since version 2.12.0, indexmap requires Rust 1.82+.
1 parent 1650d8a commit ef19579

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
with:
2626
toolchain: ${{matrix.rust}}
2727
- name: pin dependencies
28-
run: cargo update cargo-platform --precise 0.1.8
28+
run: |
29+
cargo update cargo-platform --precise 0.1.8
30+
cargo update indexmap --precise 2.11.4
2931
working-directory: _skeptic
3032
- run: cargo test
3133
working-directory: _skeptic

0 commit comments

Comments
 (0)