Skip to content

Commit

Permalink
sha3 v0.11.0-pre.0 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 8, 2024
1 parent 10ee2ad commit b735ec3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion k12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.71"

[dependencies]
digest = { version = "=0.11.0-pre.3", default-features = false, features = ["core-api"] }
sha3 = { version = "=0.11.0-pre", default-features = false, path = "../sha3" }
sha3 = { version = "=0.11.0-pre.0", default-features = false, path = "../sha3" }

[dev-dependencies]
digest = { version = "=0.11.0-pre.3", features = ["alloc", "dev"] }
Expand Down
2 changes: 1 addition & 1 deletion sha3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha3"
version = "0.11.0-pre"
version = "0.11.0-pre.0"
description = """
Pure Rust implementation of SHA-3, a family of Keccak-based hash functions
including the SHAKE family of eXtendable-Output Functions (XOFs), as well as
Expand Down

0 comments on commit b735ec3

Please sign in to comment.