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.
2 parents b4a847f + 25b914b commit 473ef97Copy full SHA for 473ef97
.github/workflows/cont_integration.yml
@@ -34,6 +34,7 @@ jobs:
34
cargo update -p time --precise "0.3.20"
35
cargo update -p home --precise "0.5.5"
36
cargo update -p proptest --precise "1.2.0"
37
+ cargo update -p url --precise "2.5.0"
38
- name: Build
39
run: cargo build ${{ matrix.features }}
40
- name: Test
README.md
@@ -72,6 +72,7 @@ cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
72
73
74
75
+cargo update -p url --precise "2.5.0"
76
```
77
78
## License
0 commit comments