mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-11 12:35:54 +00:00
Trying to run a cargo check to update the lock
This commit is contained in:
parent
dba358223a
commit
59733257ee
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ done
|
|||
sed -i "s/{ version = \"=$old_tag\", path/{ version = \"=$new_tag\", path/g" Cargo.toml
|
||||
sed -i "s/version = \"$old_tag\"/version = \"$new_tag\"/g" Cargo.toml
|
||||
git add Cargo.toml
|
||||
cargo check
|
||||
git add Cargo.lock
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue