Skip to content

Commit 01b0d2c

Browse files
committed
ci: pin libc to 0.2.163 for rust 1.56.1
1 parent 7f39702 commit 01b0d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if cargo --version | grep "1\.56"; then
99
cargo update -p which --precise 4.4.0
1010
cargo update -p byteorder --precise 1.4.3
1111
cargo update -p cc --precise 1.0.94
12+
cargo update -p libc --precise 0.2.163
1213
cargo update -p serde_json --precise 1.0.98
1314
cargo update -p serde --precise 1.0.156
1415
cargo update -p ppv-lite86 --precise 0.2.8

0 commit comments

Comments
 (0)