mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
check that rust version is 1.49.0
This commit is contained in:
parent
35f0516b65
commit
43f4332939
@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Check version
|
# Check version
|
||||||
EXPECTED="1.48.0"
|
EXPECTED="1.49.0"
|
||||||
ACTUAL="$(cargo --version | cut -d" " -f2)"
|
ACTUAL="$(cargo --version | cut -d" " -f2)"
|
||||||
echo "check that version is $EXPECTED"
|
echo "check that version is $EXPECTED"
|
||||||
if [ "$EXPECTED" != "$ACTUAL" ]; then
|
if [ "$EXPECTED" != "$ACTUAL" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user