Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a4b29f7dc |
2 changed files with 5 additions and 5 deletions
8
apps/tauri/src-tauri/Cargo.lock
generated
8
apps/tauri/src-tauri/Cargo.lock
generated
|
|
@ -4934,7 +4934,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tauri-build"
|
||||
version = "2.6.3"
|
||||
source = "git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6#5e2856e3209d4ab16d21a1f828ff94b46a35a0b6"
|
||||
source = "git+https://github.com/tauri-apps/tauri?rev=dd6befda925845fc74ca595d6d42de6c49580dd8#dd6befda925845fc74ca595d6d42de6c49580dd8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
|
|
@ -4946,7 +4946,7 @@ dependencies = [
|
|||
"semver",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6)",
|
||||
"tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=dd6befda925845fc74ca595d6d42de6c49580dd8)",
|
||||
"tauri-winres",
|
||||
"walkdir",
|
||||
]
|
||||
|
|
@ -5212,7 +5212,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tauri-utils"
|
||||
version = "2.9.3"
|
||||
source = "git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6#5e2856e3209d4ab16d21a1f828ff94b46a35a0b6"
|
||||
source = "git+https://github.com/tauri-apps/tauri?rev=dd6befda925845fc74ca595d6d42de6c49580dd8#dd6befda925845fc74ca595d6d42de6c49580dd8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_metadata",
|
||||
|
|
@ -5300,7 +5300,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6)",
|
||||
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=dd6befda925845fc74ca595d6d42de6c49580dd8)",
|
||||
"tauri-plugin-deep-link",
|
||||
"tauri-plugin-log",
|
||||
"tauri-plugin-notification",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ name = "mobile_lib"
|
|||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "5e2856e3209d4ab16d21a1f828ff94b46a35a0b6", features = [] }
|
||||
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "dd6befda925845fc74ca595d6d42de6c49580dd8", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri-plugin-opener = "2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue