We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
alloc
1 parent faf28e3 commit 9f475e5Copy full SHA for 9f475e5
2 files changed
belt-kwp/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
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
13
## 0.1.1 (2026-05-27)
14
### Changed
15
- Use `doc_cfg` instead of `doc_auto_cfg` ([#83])
belt-kwp/Cargo.toml
@@ -17,9 +17,5 @@ belt-block = "0.2"
17
[dev-dependencies]
18
hex-literal = "1"
19
20
-[features]
21
-alloc = []
22
-std = ["alloc"]
23
-
24
[package.metadata.docs.rs]
25
all-features = true
0 commit comments