Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Nov 14, 2024
1 parent 5f64515 commit 7d4dcf9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.7.0"
version = "0.8.0"
edition = "2021"
keywords = ["crypto", "api", "security", "filesystem", "backup"]
categories = ["cryptography", "filesystem"]
Expand Down
4 changes: 2 additions & 2 deletions zerostash-fuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "zerostash-fuse"
description = "Safe and secure backup library -- FUSE integration"
authors = ["Peter Parkanyi <[email protected]>", "Muiz Pieper <[email protected]>"]
license = "MIT/Apache-2.0"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
keywords = ["crypto", "api", "security", "filesystem", "backup"]
categories = ["cryptography", "filesystem"]
Expand All @@ -12,7 +12,7 @@ categories = ["cryptography", "filesystem"]

[dependencies]
infinitree = {git = "https://github.com/symmetree-labs/infinitree"}
zerostash-files = { version = "0.7.0", path = "../zerostash-files" }
zerostash-files = { version = "0.8.0", path = "../zerostash-files" }
scc = "2.2.4"
fuse_mt = "0.6.1"
tracing = "0.1.40"
Expand Down
6 changes: 3 additions & 3 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.7.0"
version = "0.8.0"
edition = "2021"
keywords = ["crypto", "cli", "security", "filesystem", "backup"]
categories = ["cryptography", "filesystem", "command-line-utilities"]
Expand All @@ -16,8 +16,8 @@ thiserror = "2.0.3"
clap = "4.5.21"
infinitree = { git = "https://github.com/symmetree-labs/infinitree", features = ["cryptobox", "yubikey"] }
infinitree-backends = { git = "https://github.com/symmetree-labs/infinitree", default-features = false, features = ["rustls"] }
zerostash-files = { version = "0.7.0", path = "../zerostash-files" }
zerostash-fuse = { version = "0.7.0", path = "../zerostash-fuse", optional = true}
zerostash-files = { version = "0.8.0", path = "../zerostash-files" }
zerostash-fuse = { version = "0.8.0", path = "../zerostash-fuse", optional = true}
rpassword = "7.3.1"
rprompt = "2.1.1"
serde = { version = "1.0.215", features = ["serde_derive"] }
Expand Down

0 comments on commit 7d4dcf9

Please sign in to comment.