Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
rsdy committed May 1, 2023
1 parent 40b0428 commit e94bfc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion zerostash-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Safe and secure backup library"
authors = ["Peter Parkanyi <[email protected]>"]
repository = "https://github.com/symmetree-labs/zerostash"
license = "MIT/Apache-2.0"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
keywords = ["crypto", "api", "security", "filesystem", "backup"]
categories = ["cryptography", "filesystem"]
Expand Down
4 changes: 2 additions & 2 deletions zerostash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Safe and secure backup CLI"
authors = ["Peter Parkanyi <[email protected]>"]
repository = "https://github.com/symmetree-labs/zerostash"
license = "MIT/Apache-2.0"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
keywords = ["crypto", "cli", "security", "filesystem", "backup"]
categories = ["cryptography", "filesystem", "command-line-utilities"]
Expand All @@ -16,7 +16,7 @@ thiserror = "1.0.40"
clap = "4.2.5"
infinitree = { version = "0.10.0", features = ["cryptobox", "yubikey"] }
infinitree-backends = { version = "0.10.0", default-features = false, features = ["rustls"] }
zerostash-files = { version = "0.5.0", path = "../zerostash-files" }
zerostash-files = { version = "0.6.0", path = "../zerostash-files" }
rpassword = "7.2.0"
rprompt = "2.0.2"
serde = { version = "1.0.160", features = ["serde_derive"] }
Expand Down

0 comments on commit e94bfc4

Please sign in to comment.