mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-29 17:28:26 +00:00
Bump tauri-build from 1.0.0-rc.10 to 1.0.0-rc.11 in /src-tauri (#20)
Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 1.0.0-rc.10 to 1.0.0-rc.11. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.0.0-rc.10...tauri-build-v1.0.0-rc.11) --- 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
1b41c74b32
commit
d340f96a6b
5
src-tauri/Cargo.lock
generated
5
src-tauri/Cargo.lock
generated
|
@ -2727,12 +2727,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tauri-build"
|
||||
version = "1.0.0-rc.10"
|
||||
version = "1.0.0-rc.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08486bbcae11faef73a8ca6f0d57a269089c584462582d70f6a971ac1213c7b6"
|
||||
checksum = "ab213cbd01c1d4bd31620f23b00f42690bd988864953069eae2bd91b7d3fdfd5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
"heck 0.4.0",
|
||||
"semver 1.0.9",
|
||||
"serde_json",
|
||||
"tauri-utils",
|
||||
|
|
|
@ -12,7 +12,7 @@ edition = "2021"
|
|||
rust-version = "1.61"
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "1.0.0-rc.10", features = [] }
|
||||
tauri-build = { version = "1.0.0-rc.11", features = [] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0.81"
|
||||
|
|
Loading…
Reference in a new issue