Skip to content

Commit

Permalink
Merge pull request #118 from Nemo157/nightly-update
Browse files Browse the repository at this point in the history
Upgrade clap dependency
  • Loading branch information
Nemo157 committed Mar 19, 2024
2 parents 7d3c928 + c4300ae commit e4a65a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ path = "src/main.rs"
[dependencies]
anyhow = { version = "1.0.71", default-features = false, features = ["std"] }
bs58 = { version = "0.5.0", path = ".." }
clap = { version = "4.3.0", default-features = false, features = ["std", "derive", "color", "wrap_help", "error-context", "cargo", "suggestions", "usage"] }
clap = { version = "4.5.3", default-features = false, features = ["std", "derive", "color", "wrap_help", "error-context", "cargo", "suggestions", "usage"] }
Empty file removed foo
Empty file.

0 comments on commit e4a65a9

Please sign in to comment.