Skip to content

Commit

Permalink
Bump crypto-common to v0.2.0-pre.2 (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Dec 31, 2023
1 parent 5144cec commit bbed36e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

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

[profile.dev]
opt-level = 2

[patch.crates-io.crypto-common]
git = "https://github.com/RustCrypto/traits.git"
branch = "hybrid-array/v0.2.0-pre.7"
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.1"
crypto-common = "=0.2.0-pre.2"
zeroize = { version = "1.4", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit bbed36e

Please sign in to comment.