Skip to content

Commit bff92a8

Browse files
authored
cpubits v0.1.1 (#1475)
## Fixed - Output for 16-bit targets (#1470)
1 parent 5f2ee92 commit bff92a8

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.

cpubits/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@ 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.1.1 (2026-04-28)
9+
### Fixed
10+
- Output for 16-bit targets ([#1470])
11+
12+
[#1470]: https://github.com/RustCrypto/utils/pull/1470
13+
814
## 0.1.0 (2026-02-22)
915
Initial release

cpubits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpubits"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
documentation = "https://docs.rs/cpubits"

0 commit comments

Comments
 (0)