don't cargo-update on CI jobs but use the Cargo.lock file we manually maintain/update

This commit is contained in:
holger krekel
2019-12-10 00:39:13 +01:00
parent 054cf98754
commit 2cbf287998
2 changed files with 0 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ install:
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
- cargo update
build: false