Skip to content

Commit f5d9959

Browse files
committed
hkd32 v0.1.2
1 parent 6bf0590 commit f5d9959

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hkd32/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.2] (2019-07-23)
2+
3+
- Fix docs typo ([#235])
4+
15
## [0.1.1] (2019-07-21)
26

37
- Fix docs typo ([#232])
@@ -6,5 +10,7 @@
610

711
- Initial release
812

13+
[0.1.2]: https://github.com/iqlusioninc/crates/pull/236
14+
[#235]: https://github.com/iqlusioninc/crates/pull/235
915
[0.1.1]: https://github.com/iqlusioninc/crates/pull/233
1016
[#232]: https://github.com/iqlusioninc/crates/pull/232

hkd32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = """
66
repeated applications of the Hash-based Message Authentication Code
77
(HMAC) construction.
88
"""
9-
version = "0.1.1" # Also update html_root_url in lib.rs when bumping this
9+
version = "0.1.2" # Also update html_root_url in lib.rs when bumping this
1010
authors = ["Tony Arcieri <[email protected]>"]
1111
license = "Apache-2.0"
1212
edition = "2018"

hkd32/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
3939
#![no_std]
4040
#![deny(warnings, missing_docs, unused_qualifications, unsafe_code)]
41-
#![doc(html_root_url = "https://docs.rs/hkd32/0.1.1")]
41+
#![doc(html_root_url = "https://docs.rs/hkd32/0.1.2")]
4242

4343
#[cfg(feature = "alloc")]
4444
#[cfg_attr(test, macro_use)]

0 commit comments

Comments
 (0)