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 bb90fa6 commit 026c965Copy full SHA for 026c965
Cargo.toml
@@ -22,8 +22,8 @@ path = "src/testcli.rs"
22
anyhow = "1.0.95"
23
once_cell = "1.20.2"
24
regex = "1.11.1"
25
-strum = { version = "0.26.3", features = ["derive"] }
26
-strum_macros = "0.26.4"
+strum = { version = "0.27.1", features = ["derive"] }
+strum_macros = "0.27.1"
27
# To reduce error boilerplate
28
thiserror = "2"
29
0 commit comments