Skip to content

Commit 416ddb0

Browse files
authored
Release digest-io v0.1.0 (#1462)
1 parent 3d85afd commit 416ddb0

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

digest-io/CHANGELOG.md

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

7-
## 0.1.0 (UNRELEASED)
7+
## 0.1.0 (2026-03-27)
88
- Initial release ([#1172])
99

1010
[#1172]: https://github.com/RustCrypto/utils/pull/1172

digest-io/Cargo.lock

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

digest-io/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ categories = ["cryptography"]
1313
description = "std::io-compatibility wrappers for traits defined in the digest crate"
1414

1515
[dependencies]
16-
digest = "0.11.0-rc.5"
16+
digest = "0.11"
1717

1818
[dev-dependencies]
19-
sha2 = "0.11.0-pre.5"
20-
sha3 = "0.11.0-pre.5"
19+
sha2 = "0.11"
20+
sha3 = "0.11"

0 commit comments

Comments
 (0)