fix(macos-sign): add kv feature to the log crate

This commit is contained in:
Lucas Nogueira
2024-08-17 00:58:16 -03:00
parent 167a0feb31
commit dcc62e6fc4
2 changed files with 3 additions and 2 deletions

View File

@@ -576,10 +576,11 @@ dependencies = [
[[package]]
name = "tauri-macos-sign"
version = "0.0.0"
version = "0.1.1-rc.0"
dependencies = [
"anyhow",
"dirs-next",
"log",
"once-cell-regex",
"os_pipe",
"plist",

View File

@@ -22,4 +22,4 @@ os_pipe = "1"
plist = "1"
rand = "0.8"
dirs-next = "2"
log = "0.4"
log = { version = "0.4.21", features = [ "kv" ] }