We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2516b commit 353bd10Copy full SHA for 353bd10
cli/Cargo.toml
@@ -20,7 +20,7 @@ bincode2 = "2.0.1"
20
log = { version = "^0.4.29", features = ["serde"]}
21
rustyline = { workspace = true , features = ["with-fuzzy", "custom-bindings"] }
22
serde = {workspace = true, features = ["derive", "serde_derive"]}
23
-strum = { workspace = true }
+strum = { workspace = true, features = ["derive"] }
24
thiserror = { workspace = true }
25
26
[build-dependencies]
0 commit comments