Skip to content

Commit

Permalink
fix: use serde feature for log crate in cli/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Jan 22, 2025
1 parent 1c02412 commit 379079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env_logger = "=0.10.0"
faster-hex.workspace = true
indexmap.workspace = true
libsui.workspace = true
log.workspace = true
log = { workspace = true, features = ["serde"] }
node_resolver = { workspace = true, features = ["sync"] }
parking_lot.workspace = true
ring.workspace = true
Expand Down

0 comments on commit 379079d

Please sign in to comment.