We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proc-macro2
1 parent ba8af22 commit 19d8ec9Copy full SHA for 19d8ec9
ci/ci-tests.sh
@@ -17,6 +17,9 @@ HOST_PLATFORM="$(rustc --version --verbose | grep "host:" | awk '{ print $2 }')"
17
# The serde_json crate switched to Rust edition 2021 starting with v1.0.101, i.e., has MSRV of 1.56
18
[ "$RUSTC_MINOR_VERSION" -lt 56 ] && cargo update -p serde_json --precise "1.0.100" --verbose
19
20
+# The proc-macro2 crate switched to Rust edition 2021 starting with v1.0.66, i.e., has MSRV of 1.56
21
+[ "$RUSTC_MINOR_VERSION" -lt 56 ] && cargo update -p serde_json --precise "1.0.65" --verbose
22
+
23
[ "$LDK_COVERAGE_BUILD" != "" ] && export RUSTFLAGS="-C link-dead-code"
24
25
export RUST_BACKTRACE=1
0 commit comments