Skip to content

Commit 353bd10

Browse files
committed
build(cli): explicit strum derive feature
Signed-off-by: Daniel Noland <[email protected]>
1 parent 4f2516b commit 353bd10

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
@@ -20,7 +20,7 @@ bincode2 = "2.0.1"
2020
log = { version = "^0.4.29", features = ["serde"]}
2121
rustyline = { workspace = true , features = ["with-fuzzy", "custom-bindings"] }
2222
serde = {workspace = true, features = ["derive", "serde_derive"]}
23-
strum = { workspace = true }
23+
strum = { workspace = true, features = ["derive"] }
2424
thiserror = { workspace = true }
2525

2626
[build-dependencies]

0 commit comments

Comments
 (0)