Skip to content

Commit e88b3c1

Browse files
authored
Release skein v0.2.0 (#819)
### Added - `alloc` crate feature ([#678]) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 ([#652]) - Relax MSRV policy and allow MSRV bumps in patch releases - Update to `digest` v0.11 - Replace type aliases with newtypes ([#678]) - Implementation of the `SerializableState` trait ([#716]) ### Removed - `std` crate feature ([#678]) [#652]: #652 [#678]: #678 [#716]: #716
1 parent 6c69ea9 commit e88b3c1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skein/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.2.0 (2023-03-27)
8+
## 0.2.0 (2026-04-10)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

skein/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Skein hash functions"
1414

1515
[dependencies]
1616
digest = "0.11"
17-
threefish = { version = "0.6.0-rc.1", default-features = false }
17+
threefish = { version = "0.6", default-features = false }
1818

1919
[dev-dependencies]
2020
digest = { version = "0.11", features = ["dev"] }

0 commit comments

Comments
 (0)