Skip to content

Commit 0d368d8

Browse files
committed
Add missing serde_with hex feature to cli crate
1 parent 61ac9c7 commit 0d368d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ reqwest = { workspace = true, default-features = false, features = ["json", "rus
6767
ring = { version = "0.17.8" }
6868
serde = { workspace = true }
6969
serde_json = { workspace = true }
70-
serde_with = { workspace = true }
70+
serde_with = { workspace = true, features = ["hex"] }
7171
strum = { workspace = true }
7272
sync_wrapper = { workspace = true, features = ["futures"] }
7373
termcolor = { version = "1.4.0" }

0 commit comments

Comments
 (0)