We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proc-macro2
1 parent 487fe84 commit 7b29d2cCopy full SHA for 7b29d2c
ci/ci-tests.sh
@@ -33,6 +33,9 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
33
# The quote crate switched to Rust edition 2021 starting with v1.0.31, i.e., has MSRV of 1.56
34
[ "$RUSTC_MINOR_VERSION" -lt 56 ] && cargo update -p quote --precise "1.0.30" --verbose
35
36
+# The proc-macro2 crate switched to Rust edition 2021 starting with v1.0.66, i.e., has MSRV of 1.56
37
+[ "$RUSTC_MINOR_VERSION" -lt 56 ] && cargo update -p proc-macro2 --precise "1.0.65" --verbose
38
+
39
[ "$LDK_COVERAGE_BUILD" != "" ] && export RUSTFLAGS="-C link-dead-code"
40
41
export RUST_BACKTRACE=1
0 commit comments