Skip to content

Commit 62219d4

Browse files
committed
Fix CI
1 parent a0648b3 commit 62219d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ you may need to pin as follows:
4444
```
4545
cargo update --package url --precise 2.2.2
4646
cargo update --package form_urlencoded --precise 1.0.1
47+
cargo update -p once_cell --precise 1.13.1
48+
cargo update -p bzip2 --precise 0.4.2
4749
```
4850

4951
## Contributing

contrib/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if cargo --version | grep "1\.41\.0"; then
1515
cargo update -p url --precise 2.2.2
1616
cargo update -p form_urlencoded --precise 1.0.1
1717
cargo update -p once_cell --precise 1.13.1
18+
cargo update -p bzip2 --precise 0.4.2
1819
fi
1920

2021
# Pin dependencies required to build with Rust 1.47.0

0 commit comments

Comments
 (0)