mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-02-17 18:50:05 +00:00
Bump tauri-build from 1.0.0-rc.11 to 1.0.0-rc.12 in /src-tauri (#23)
Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 1.0.0-rc.11 to 1.0.0-rc.12. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.0.0-rc.11...tauri-build-v1.0.0-rc.12) --- updated-dependencies: - dependency-name: tauri-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
065fcdc56c
commit
1389a41ec4
src-tauri
4
src-tauri/Cargo.lock
generated
4
src-tauri/Cargo.lock
generated
|
@ -2728,9 +2728,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-build"
|
name = "tauri-build"
|
||||||
version = "1.0.0-rc.11"
|
version = "1.0.0-rc.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ab213cbd01c1d4bd31620f23b00f42690bd988864953069eae2bd91b7d3fdfd5"
|
checksum = "9bbf472a3caf7ec80358996056fe56f0ff3f91f71bc42e96efdbdc3c2618511a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo_toml",
|
"cargo_toml",
|
||||||
|
|
|
@ -12,7 +12,7 @@ edition = "2021"
|
||||||
rust-version = "1.61"
|
rust-version = "1.61"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { version = "1.0.0-rc.11", features = [] }
|
tauri-build = { version = "1.0.0-rc.12", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.81"
|
||||||
|
|
Loading…
Reference in a new issue