mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 18:57:02 +05:30
cargo: enable release_max_level_trace
feature for log crate
This allows logging to work in release builds as well
This commit is contained in:
parent
b44d59fcd9
commit
bb511b066b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
anyhow = "1.0.52"
|
||||
clipboard = "0.5.0"
|
||||
dirs = "4.0.0"
|
||||
log = "0.4.14"
|
||||
log = { version = "0.4.14", features = ["release_max_level_trace"] }
|
||||
pretty_env_logger = "0.4.0"
|
||||
regex = "1.5.4"
|
||||
serde = "1.0.132"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue