Skip to content

Commit bda19e8

Browse files
committed
Bump rustc-stable-hash to 0.1.2
1 parent 21142c9 commit bda19e8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
22

3+
# 0.1.2
4+
5+
- Fix `<StableSipHasher128 as Hasher>::finish` not being platform agnostic [#12][pr12]
6+
7+
[pr12]: https://github.com/rust-lang/rustc-stable-hash/pull/12
8+
39
# 0.1.1
410

511
- feat: derive `Clone` for `StableHasher` [#11][pr11]

Cargo.lock

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-stable-hash"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A stable hashing algorithm used by rustc"
55
license = "Apache-2.0 OR MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)