Skip to content

Commit 9f475e5

Browse files
authored
belt-kwp: remove std and alloc crate features (#87)
1 parent faf28e3 commit 9f475e5

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

belt-kwp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.2.0 (UNRELEASED)
8+
### Removed
9+
- `std` and `alloc` crate features ([#87])
10+
11+
[#87]: https://github.com/RustCrypto/key-wraps/pull/87
12+
713
## 0.1.1 (2026-05-27)
814
### Changed
915
- Use `doc_cfg` instead of `doc_auto_cfg` ([#83])

belt-kwp/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ belt-block = "0.2"
1717
[dev-dependencies]
1818
hex-literal = "1"
1919

20-
[features]
21-
alloc = []
22-
std = ["alloc"]
23-
2420
[package.metadata.docs.rs]
2521
all-features = true

0 commit comments

Comments
 (0)