Skip to content

Commit 94bec6d

Browse files
authored
Release hmac v0.13.0-pre.5 (#120)
1 parent c009073 commit 94bec6d

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

Cargo.lock

+6-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hkdf/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hkdf"
3-
version = "0.13.0-pre.4"
3+
version = "0.13.0-pre.5"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/RustCrypto/KDFs/"
@@ -17,7 +17,7 @@ hmac = "=0.13.0-pre.5"
1717

1818
[dev-dependencies]
1919
blobby = "=0.4.0-pre.0"
20-
hex-literal = "0.4"
20+
hex-literal = "1"
2121
sha1 = { version = "=0.11.0-pre.5", default-features = false }
2222
sha2 = { version = "=0.11.0-pre.5", default-features = false }
2323

0 commit comments

Comments
 (0)