Skip to content

Commit

Permalink
upgrade again
Browse files Browse the repository at this point in the history
  • Loading branch information
coriolinus committed Nov 15, 2023
1 parent 1478217 commit 40fc8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["calculator", "cli"]

[dependencies]
anyhow = { version = "1.0.75", optional = true }
clap = { version = "4.0.14", features = ["derive"], optional = true }
clap = { version = "4.4.8", features = ["derive"], optional = true }
lalrpop-util = { version = "0.20.0", features = ["lexer"] }
lazy_static = "1.4.0"
num-runtime-fmt = "0.1"
Expand Down

0 comments on commit 40fc8be

Please sign in to comment.