Skip to content

Commit 1fdda43

Browse files
committed
CI: Update pins
Pinning is broken again, update the pins it CI so that the following sequence of commands would work ```bash rm Cargo.lock cargo +1.48 update -p wasm-bindgen-test --precise 0.3.34 cargo +1.48 update -p serde_test --precise 1.0.175 cargo +1.48 test --all-features ``` Note, solely out of interest, `cargo +1.48 build` does not need pinning (at the moment :)
1 parent 29e1a0c commit 1fdda43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
# Pin dependencies as required if we are using MSRV toolchain.
1717
if cargo --version | grep "1\.48"; then
1818
cargo update -p wasm-bindgen-test --precise 0.3.34
19-
cargo update -p serde --precise 1.0.156
19+
cargo update -p serde_test --precise 1.0.175
2020
fi
2121

2222
# Test if panic in C code aborts the process (either with a real panic or with SIGILL)

0 commit comments

Comments
 (0)