forked from mirrors/gstreamer-rs
Add Cargo.lock file for the stable branch
This commit is contained in:
parent
061f85d410
commit
c1905f2f24
2 changed files with 2827 additions and 7 deletions
|
@ -52,13 +52,6 @@ stages:
|
|||
before_script:
|
||||
- source ./ci/env.sh
|
||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||
# If cargo exists assume we probably will want to update
|
||||
# the lockfile
|
||||
- |
|
||||
if command -v cargo; then
|
||||
cargo generate-lockfile --color=always
|
||||
cargo update --color=always
|
||||
fi
|
||||
|
||||
.debian:10-base:
|
||||
extends: .debian:10
|
||||
|
|
2827
Cargo.lock
generated
Normal file
2827
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue