Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dfff2137b |
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]]
|
[[package]]
|
||||||
name = "tauri-build"
|
name = "tauri-build"
|
||||||
version = "2.6.3"
|
version = "2.6.3"
|
||||||
source = "git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2#56d19c39e457b528433dc546106cd0bff4066bc2"
|
source = "git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6#5e2856e3209d4ab16d21a1f828ff94b46a35a0b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo_toml",
|
"cargo_toml",
|
||||||
|
|
@ -4946,7 +4946,7 @@ dependencies = [
|
||||||
"semver",
|
"semver",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2)",
|
"tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6)",
|
||||||
"tauri-winres",
|
"tauri-winres",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
|
|
@ -5212,7 +5212,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-utils"
|
name = "tauri-utils"
|
||||||
version = "2.9.3"
|
version = "2.9.3"
|
||||||
source = "git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2#56d19c39e457b528433dc546106cd0bff4066bc2"
|
source = "git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6#5e2856e3209d4ab16d21a1f828ff94b46a35a0b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo_metadata",
|
"cargo_metadata",
|
||||||
|
|
@ -5300,7 +5300,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tauri",
|
"tauri",
|
||||||
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=56d19c39e457b528433dc546106cd0bff4066bc2)",
|
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=5e2856e3209d4ab16d21a1f828ff94b46a35a0b6)",
|
||||||
"tauri-plugin-deep-link",
|
"tauri-plugin-deep-link",
|
||||||
"tauri-plugin-log",
|
"tauri-plugin-log",
|
||||||
"tauri-plugin-notification",
|
"tauri-plugin-notification",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ name = "mobile_lib"
|
||||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "56d19c39e457b528433dc546106cd0bff4066bc2", features = [] }
|
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "5e2856e3209d4ab16d21a1f828ff94b46a35a0b6", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tauri-plugin-opener = "2"
|
tauri-plugin-opener = "2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue