Skip to content

Commit

Permalink
MSRV: Pin byteorder
Browse files Browse the repository at this point in the history
  • Loading branch information
uncomputable committed Nov 6, 2023
1 parent 6dea6c1 commit 979a6e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
cargo update -p proc-macro2 --precise 1.0.65
# 1.8.0 requires cargo 1.60+
cargo update -p regex --precise 1.7.0
# 1.5.0 uses edition 2021
cargo update -p byteorder --precise 1.4.3
fi
for f in $FEATURES; do echo "Features: $f" && cargo test --no-default-features --features="$f"; done
cd simplicity-sys
Expand Down

0 comments on commit 979a6e6

Please sign in to comment.