We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b83d4 commit 0b9eb24Copy full SHA for 0b9eb24
ci/test_full.sh
@@ -31,6 +31,7 @@ STD_FEATURES=(serde)
31
check_version 1.32 && STD_FEATURES+=(rand)
32
check_version 1.34 && STD_FEATURES+=(quickcheck)
33
check_version 1.36 && NO_STD_FEATURES=(serde rand)
34
+check_version 1.40 && STD_FEATURES+=(arbitrary)
35
echo "Testing supported features: ${STD_FEATURES[*]}"
36
if [ -n "${NO_STD_FEATURES[*]}" ]; then
37
echo " no_std supported features: ${NO_STD_FEATURES[*]}"
0 commit comments