Skip to content

Commit 473ef97

Browse files
authored
Merge pull request #1470 from notmandatory/ci/pin_url_dep
ci: pin url dependency version to build with rust 1.63
2 parents b4a847f + 25b914b commit 473ef97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
cargo update -p time --precise "0.3.20"
3535
cargo update -p home --precise "0.5.5"
3636
cargo update -p proptest --precise "1.2.0"
37+
cargo update -p url --precise "2.5.0"
3738
- name: Build
3839
run: cargo build ${{ matrix.features }}
3940
- name: Test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
7272
cargo update -p time --precise "0.3.20"
7373
cargo update -p home --precise "0.5.5"
7474
cargo update -p proptest --precise "1.2.0"
75+
cargo update -p url --precise "2.5.0"
7576
```
7677

7778
## License

0 commit comments

Comments
 (0)