Skip to content

Commit

Permalink
prep 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamontov committed Dec 8, 2024
1 parent a7abba9 commit deb908c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "passgen-cmd"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
rust-version = "1.83"
license = "MIT"
Expand All @@ -14,6 +14,6 @@ categories = ["authentication", "cryptography", "command-line-utilities"]
exclude = [".*"]

[dependencies]
passgen-lib = "*"
clap = { version = "4.5.21", features = ["cargo"] }
clap_derive = "*"
passgen-lib = "1.0.3"
clap = { version = "4.5.23", features = ["cargo"] }
clap_derive = "4.5.18"

0 comments on commit deb908c

Please sign in to comment.