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.
1 parent 1650d8a commit ef19579Copy full SHA for ef19579
.github/workflows/ci.yml
@@ -25,7 +25,9 @@ jobs:
25
with:
26
toolchain: ${{matrix.rust}}
27
- name: pin dependencies
28
- run: cargo update cargo-platform --precise 0.1.8
+ run: |
29
+ cargo update cargo-platform --precise 0.1.8
30
+ cargo update indexmap --precise 2.11.4
31
working-directory: _skeptic
32
- run: cargo test
33
0 commit comments