ci: fix the byteorder to 1.4.3 for edition 2018

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2023-10-07 12:01:57 +02:00
parent 98513ef151
commit 6b5d06f23e
No known key found for this signature in database
GPG Key ID: 8B6DC2B870B80D5F
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ if cargo --version | grep ${MSRV}; then
cargo update -p schemars_derive --precise 0.8.12
# memcrh 2.6.0 uses edition 2021
cargo update -p memchr --precise 2.5.0
# byteorder 1.5.0 uses edition 2021
cargo update -p byteorder --precise 1.4.3
cargo update -p bitcoin:0.30.1 --precise 0.30.0