Skip to content

Commit

Permalink
Don't specify patch version of Rust crate clap
Browse files Browse the repository at this point in the history
Theoretically the API shouldn't change when the patch version is updated.
Remove it to reduce churn in this file.
  • Loading branch information
Luflosi committed Mar 26, 2024
1 parent 17d8205 commit 3ecd0c5
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 @@ -11,7 +11,7 @@ license = "AGPL-3.0-only"

[dependencies]
argon2 = { version = "0.5", features = ["std"] }
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
error-chain = "0.12"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 3ecd0c5

Please sign in to comment.