Skip to content

Commit dcc62e6

Browse files
committed
fix(macos-sign): add kv feature to the log crate
1 parent 167a0fe commit dcc62e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tooling/macos-sign/Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/macos-sign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ os_pipe = "1"
2222
plist = "1"
2323
rand = "0.8"
2424
dirs-next = "2"
25-
log = "0.4"
25+
log = { version = "0.4.21", features = [ "kv" ] }

0 commit comments

Comments
 (0)