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 1478217 commit 40fc8beCopy full SHA for 40fc8be
Cargo.toml
@@ -15,7 +15,7 @@ keywords = ["calculator", "cli"]
15
16
[dependencies]
17
anyhow = { version = "1.0.75", optional = true }
18
-clap = { version = "4.0.14", features = ["derive"], optional = true }
+clap = { version = "4.4.8", features = ["derive"], optional = true }
19
lalrpop-util = { version = "0.20.0", features = ["lexer"] }
20
lazy_static = "1.4.0"
21
num-runtime-fmt = "0.1"
0 commit comments