Skip to content

Commit 2c14fad

Browse files
authored
Merge pull request #152 from RustCrypto/blake2/crypto-mac-v0.8
blake2: bump `crypto-mac` to v0.8 release
2 parents ed36412 + f51af68 commit 2c14fad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ members = [
1919

2020
[patch.crates-io]
2121
digest = { git = "https://github.com/RustCrypto/traits" }
22-
crypto-mac = { git = "https://github.com/rustcrypto/traits" }

blake2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ categories = ["cryptography", "no-std"]
1515
digest = "= 0.9.0-pre"
1616
byte-tools = "0.3"
1717
byteorder = { version = "1", default-features = false }
18-
crypto-mac = "= 0.8.0-pre"
18+
crypto-mac = "0.8"
1919
opaque-debug = "0.2"
2020

2121
[dev-dependencies]
2222
digest = { version = "= 0.9.0-pre", features = ["dev"] }
23-
crypto-mac = { version = "0.8.0-pre", features = ["dev"] }
23+
crypto-mac = { version = "0.8", features = ["dev"] }
2424
hex-literal = "0.2"
2525

2626
[features]

0 commit comments

Comments
 (0)