Skip to content

Commit

Permalink
block-buffer: bump crypto-common to v0.2.0-pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Feb 1, 2024
1 parent e157641 commit f5c24bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ members = [

[profile.dev]
opt-level = 2

[patch.crates-io.crypto-common]
git = "https://github.com/RustCrypto/traits.git"
branch = "crypto-common/v0.2.0-pre.5"
2 changes: 1 addition & 1 deletion block-buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
rust-version = "1.65"

[dependencies]
crypto-common = "=0.2.0-pre.4"
crypto-common = "=0.2.0-pre.5"
zeroize = { version = "1.4", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit f5c24bc

Please sign in to comment.