Skip to content

Commit 99e17a0

Browse files
committed
fix cut command
1 parent e74230a commit 99e17a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
TARGET="$([ -n "$1" ] && echo "--target $1" || echo "")"
44
MSRV="$(cargo metadata --no-deps | jq -r .packages[0].rust_version)"
5-
RUSTC_VERSION="$(rustc --version | cut -w -f2)"
5+
RUSTC_VERSION="$(rustc --version | cut -d' ' -f2)"
66

77
COMMON_FEATURES="use-p256 use-xchacha20poly1305 vector-tests"
88
if ! rustc -vV | grep 'host: .*windows' &> /dev/null; then

0 commit comments

Comments
 (0)