We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f0a42 commit d6918c3Copy full SHA for d6918c3
bitcoin/contrib/test.sh
@@ -25,10 +25,12 @@ fi
25
26
# Pin dependencies as required if we are using MSRV toolchain.
27
if cargo --version | grep "1\.41"; then
28
+ cargo update -p cc --precise 1.0.77
29
# 1.0.157 uses syn 2.0 which requires edition 2018
30
cargo update -p serde --precise 1.0.156
- # 1.0.108 uses `matches!` macro so does not work with Rust 1.41.1, bad `syn` no biscuit.
31
- cargo update -p syn --precise 1.0.107
+
32
+ # latest arrayvec build fails because of `track_caller`.
33
+ cargo update -p arrayvec --precise 0.7.2
34
fi
35
36
# Pin dependencies as above (required for no-std tests that use Rust 1.47 toolchain).
0 commit comments