Skip to content

Commit

Permalink
Bump crypto-common to v0.2.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 30, 2023
1 parent 314938f commit 296bc06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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.

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

[profile.dev]
opt-level = 2

[patch.crates-io]
crypto-common = { git = "https://github.com/RustCrypto/traits", branch = "hybrid-array/v0.2.0-pre.6" }
2 changes: 1 addition & 1 deletion block-buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
readme = "README.md"

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

[dev-dependencies]
Expand Down

0 comments on commit 296bc06

Please sign in to comment.