Merge rust-bitcoin/rust-bitcoin#1915: Fix incorrect comment in ci script
6881080f8e
Fix incorrect comment in ci script (Tobin C. Harding) Pull request description: MSRV build breaks because of edition _2021_ not 2018. ACKs for top commit: yancyribbens: I feel like this comment isn't very helpful and worth maintaining. However ACK6881080f8e
to correct it. Kixunil: ACK6881080f8e
apoelstra: ACK6881080f8e
Tree-SHA512: c909e986fa96e68211177fa4eed4e9645fb4c918c062d3be40df8f3615f877b0a89932fd39bf95475c2ee4a1557174c09c3a5b4e9853680ed74d9116a48703c9
This commit is contained in:
commit
fcc0e693bd
|
@ -25,7 +25,7 @@ fi
|
|||
|
||||
# Pin dependencies as required if we are using MSRV toolchain.
|
||||
if cargo --version | grep "1\.48"; then
|
||||
# 1.0.157 uses syn 2.0 which requires edition 2018
|
||||
# 1.0.157 uses syn 2.0 which requires edition 2021
|
||||
cargo update -p serde --precise 1.0.156
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue