瀏覽代碼

chore(examples): update tauri-plugin-log

Lucas Nogueira 2 年之前
父節點
當前提交
8241ef13e9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      examples/api/src-tauri/Cargo.lock
  2. 1 1
      examples/api/src-tauri/Cargo.toml

+ 1 - 1
examples/api/src-tauri/Cargo.lock

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

+ 1 - 1
examples/api/src-tauri/Cargo.toml

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