Skip to content

Commit 82279a5

Browse files
authored
universal-hash v0.6.1 (#2326)
## Changed - Replaced `subtle` with `ctutils` (#2324)
1 parent 37ae13c commit 82279a5

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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.

universal-hash/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.6.1 (2026-02-27)
9+
### Changed
10+
- Replaced `subtle` with `ctutils` ([#2324])
11+
12+
[#2324]: https://github.com/RustCrypto/traits/pull/2324
13+
814
## 0.6.0 (2026-02-27)
915
### Changed
1016
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759])

universal-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "universal-hash"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)