Skip to content

Commit

Permalink
fix(macos-sign): add kv feature to the log crate
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 17, 2024
1 parent 167a0fe commit dcc62e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tooling/macos-sign/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/macos-sign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }

0 comments on commit dcc62e6

Please sign in to comment.