Skip to content

Commit

Permalink
bring back pin for regex
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Oct 1, 2024
1 parent 9e6c914 commit 9db1a0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ FEATURES="compiler serde rand base64 simplicity"
cargo --version
rustc --version

# Pin dependencies required to build with Rust 1.64
if cargo --version | grep "1\.64"; then
cargo update -p regex --precise 1.8.4
fi

# Format if told to
if [ "$DO_FMT" = true ]
then
Expand Down

0 comments on commit 9db1a0a

Please sign in to comment.