chore: add log to libpt features
cargo devel CI / cargo CI (push) Failing after 1m13s Details

This commit is contained in:
Christoph J. Scherr 2024-05-23 14:57:17 +02:00
parent c21b44b1bc
commit 11f704804a
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ repository = "https://git.cscherr.de/PlexSheep/hedu"
keywords = ["hexdumper"]
[dependencies]
libpt = { version = "0.5.1", features = ["bintols"], default-features = false }
libpt = { version = "0.5.1", features = ["bintols", "log"], default-features = false }
clap = { version = "4.4.4", features = ["derive", "help"] }
anyhow = "1.0.79"