Skip to content

Commit 4ea5bf6

Browse files
committed
v0.1.1
1 parent 94aace9 commit 4ea5bf6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.1] - 2024-09-20
911
### Fixed
1012
- The `std` default feature of `blake2b_simd` is now disabled, to enable no-std
1113
usage.

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zcash_spec"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
"Jack Grigg <[email protected]>",
66
]

0 commit comments

Comments
 (0)