Browse Source

Revert "chore(deps): update embed_plist to 1.4"

This reverts commit b3591d46e62117ec9aa4de12045b7f8110bc8f72.
Lucas Nogueira 2 years ago
parent
commit
54a4a14b41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/tauri/Cargo.toml

+ 1 - 1
core/tauri/Cargo.toml

@@ -96,7 +96,7 @@ glib = "0.15"
 webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] }
 
 [target."cfg(target_os = \"macos\")".dependencies]
-embed_plist = "1.4"
+embed_plist = "1.2"
 cocoa = "0.24"
 objc = "0.2"