Skip to content

Commit bbed36e

Browse files
authored
Bump crypto-common to v0.2.0-pre.2 (#1029)
1 parent 5144cec commit bbed36e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ members = [
2020

2121
[profile.dev]
2222
opt-level = 2
23-
24-
[patch.crates-io.crypto-common]
25-
git = "https://github.com/RustCrypto/traits.git"
26-
branch = "hybrid-array/v0.2.0-pre.7"

block-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
rust-version = "1.65"
1414

1515
[dependencies]
16-
crypto-common = "=0.2.0-pre.1"
16+
crypto-common = "=0.2.0-pre.2"
1717
zeroize = { version = "1.4", optional = true, default-features = false }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)