We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
indexmap
1 parent 1f4acad commit ebfdbb7Copy full SHA for ebfdbb7
.github/workflows/cont_integration.yml
@@ -60,6 +60,7 @@ jobs:
60
cargo update -p url --precise "2.5.0"
61
cargo update -p tokio --precise "1.38.1"
62
cargo update -p tokio-util --precise "0.7.11"
63
+ cargo update -p indexmap --precise "2.5.0"
64
- name: Build
65
run: cargo build --features ${{ matrix.features }} --no-default-features
66
- name: Test
README.md
@@ -25,4 +25,5 @@ cargo update -p home --precise 0.5.5
25
26
27
28
+cargo update -p indexmap --precise "2.5.0"
29
```
0 commit comments