ci: pin url dependency version to build with rust 1.63
This commit is contained in:
parent
b4a847f801
commit
25b914ba0a
1
.github/workflows/cont_integration.yml
vendored
1
.github/workflows/cont_integration.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
cargo update -p time --precise "0.3.20"
|
cargo update -p time --precise "0.3.20"
|
||||||
cargo update -p home --precise "0.5.5"
|
cargo update -p home --precise "0.5.5"
|
||||||
cargo update -p proptest --precise "1.2.0"
|
cargo update -p proptest --precise "1.2.0"
|
||||||
|
cargo update -p url --precise "2.5.0"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build ${{ matrix.features }}
|
run: cargo build ${{ matrix.features }}
|
||||||
- name: Test
|
- name: Test
|
||||||
|
@ -72,6 +72,7 @@ cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
|
|||||||
cargo update -p time --precise "0.3.20"
|
cargo update -p time --precise "0.3.20"
|
||||||
cargo update -p home --precise "0.5.5"
|
cargo update -p home --precise "0.5.5"
|
||||||
cargo update -p proptest --precise "1.2.0"
|
cargo update -p proptest --precise "1.2.0"
|
||||||
|
cargo update -p url --precise "2.5.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user