mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-11 05:57:07 +03:00
fix: update lockfile for cli.rs
Add cargo check run so it stays up to date when the version is bumped.
This commit is contained in:
parent
a202b68447
commit
7ca77780a5
@ -238,7 +238,10 @@
|
||||
"path": "./tooling/cli.js",
|
||||
"manager": "javascript",
|
||||
"dependencies": ["cli.rs"],
|
||||
"postversion": "node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
|
||||
"postversion": [
|
||||
"node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
|
||||
"cargo check"
|
||||
],
|
||||
"assets": [
|
||||
{
|
||||
"path": "./tooling/cli.js/tauri-apps-cli-${ pkgFile.version }.tgz",
|
||||
|
2
tooling/cli.rs/Cargo.lock
generated
2
tooling/cli.rs/Cargo.lock
generated
@ -2024,7 +2024,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-cli"
|
||||
version = "1.0.0-beta-rc.1"
|
||||
version = "1.0.0-beta-rc.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
Loading…
Reference in New Issue
Block a user