Remove frozen flag from Cargo check due to error

This commit is contained in:
timvisee 2019-05-10 16:02:58 +02:00
parent 757d672df6
commit 15a7285ae1
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -46,7 +46,7 @@ variables:
.check-base: &check-base
stage: check
script:
- cargo check --frozen --verbose
- cargo check --verbose
- cargo check --no-default-features --features send2 --verbose
- cargo check --no-default-features --features send3 --verbose
- cargo check --no-default-features --features send2,send3 --verbose