mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 03:33:36 +03:00
chore(examples): update tauri-plugin-log
This commit is contained in:
parent
5d94eaa3bc
commit
8241ef13e9
2
examples/api/src-tauri/Cargo.lock
generated
2
examples/api/src-tauri/Cargo.lock
generated
@ -3126,7 +3126,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tauri-plugin-log"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=feat/update-swift#409ec4074f39749e2da25f3de2ca2599719e619a"
|
||||
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=next#539c38a692ebf3b80331d21f9f38cc570892c02e"
|
||||
dependencies = [
|
||||
"android_logger",
|
||||
"byte-unit",
|
||||
|
@ -17,7 +17,7 @@ serde_json = "1.0"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
tiny_http = "0.11"
|
||||
log = "0.4"
|
||||
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "feat/update-swift" }
|
||||
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "next" }
|
||||
tauri-plugin-sample = { path = "./tauri-plugin-sample/" }
|
||||
|
||||
[patch.'https://github.com/tauri-apps/tauri']
|
||||
|
Loading…
Reference in New Issue
Block a user