We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74230a commit 99e17a0Copy full SHA for 99e17a0
ci-tests.sh
@@ -2,7 +2,7 @@
2
set -e
3
TARGET="$([ -n "$1" ] && echo "--target $1" || echo "")"
4
MSRV="$(cargo metadata --no-deps | jq -r .packages[0].rust_version)"
5
-RUSTC_VERSION="$(rustc --version | cut -w -f2)"
+RUSTC_VERSION="$(rustc --version | cut -d' ' -f2)"
6
7
COMMON_FEATURES="use-p256 use-xchacha20poly1305 vector-tests"
8
if ! rustc -vV | grep 'host: .*windows' &> /dev/null; then
0 commit comments