Skip to content

Commit

Permalink
bumped 3.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed May 27, 2024
1 parent c44afb2 commit 3955f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zff"
version = "3.0.0-beta.4"
version = "3.0.0-rc.0"
authors = ["ph0llux <[email protected]"]
edition = "2021"
rust-version = "1.67.1"
Expand All @@ -26,7 +26,7 @@ byteorder = "1.4.3"
rand = "0.8.5"
base64 = "0.22.0"
time = { version = "0.3.21" }
itertools = "0.12"
itertools = "0.13"
redb = "2.0"
#encryption
pkcs5 = { version = "0.7.1", features = [ "pbes2", "alloc" ] }
Expand Down

0 comments on commit 3955f26

Please sign in to comment.