Skip to content

Commit

Permalink
Bump universal-hash to v0.6.0-rc.0 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jul 26, 2024
1 parent aea55b8 commit edd24e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 poly1305/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
opaque-debug = "0.3"
universal-hash = { version = "=0.6.0-pre.0", default-features = false }
universal-hash = { version = "0.6.0-rc.0", default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion polyval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"
[dependencies]
cfg-if = "1"
opaque-debug = "0.3"
universal-hash = { version = "=0.6.0-pre.0", default-features = false }
universal-hash = { version = "0.6.0-rc.0", default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]
Expand Down

0 comments on commit edd24e5

Please sign in to comment.