mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
fix(macos-sign): add kv feature to the log crate
This commit is contained in:
3
tooling/macos-sign/Cargo.lock
generated
3
tooling/macos-sign/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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" ] }
|
||||
|
||||
Reference in New Issue
Block a user