Skip to content

Commit 379079d

Browse files
committed
fix: use serde feature for log crate in cli/lib
1 parent 1c02412 commit 379079d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env_logger = "=0.10.0"
3030
faster-hex.workspace = true
3131
indexmap.workspace = true
3232
libsui.workspace = true
33-
log.workspace = true
33+
log = { workspace = true, features = ["serde"] }
3434
node_resolver = { workspace = true, features = ["sync"] }
3535
parking_lot.workspace = true
3636
ring.workspace = true

0 commit comments

Comments
 (0)