Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jun 23, 2023
1 parent fb5810a commit 9b17edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
authors = ["Leonid Beder <[email protected]>"]
edition = "2021"
name = "scrypt-kdf"
version = "0.11.0"
version = "0.12.0"

[dependencies]
better-panic = "0.3.0"
clap = { version = "4.3.4", features = ["derive", "string"] }
clap = {version = "4.3.4", features = ["derive", "string"]}
color-backtrace = "0.5.1"
colored = "2.0.0"
crossterm = "0.26.1"
hex = "0.4.3"
humantime = "2.1.0"
mimalloc = { version = "0.1.37", default-features = false }
mimalloc = {version = "0.1.37", default-features = false}
rpassword = "7.2.0"
scrypt = "0.11.0"

Expand Down

0 comments on commit 9b17edc

Please sign in to comment.