chore(examples): update tauri-plugin-log

This commit is contained in:
Lucas Nogueira 2023-03-16 09:37:46 -03:00
parent 5d94eaa3bc
commit 8241ef13e9
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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']