Skip to content

Commit

Permalink
Downgrade arbitrary for Rust < 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Aug 27, 2021
1 parent 1597792 commit 25e9628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ if [ -n "${NO_STD_FEATURES[*]}" ]; then
echo " no_std supported features: ${NO_STD_FEATURES[*]}"
fi

# arbitrary 1.0.1 added const-generic arrays, which requires Rust 1.51
check_version 1.51.0 || cargo update -p arbitrary --precise 1.0.0

set -x

# test the default with std
Expand Down

0 comments on commit 25e9628

Please sign in to comment.