We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
1 parent faf28e3 commit b9e13d6Copy full SHA for b9e13d6
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` crate feature ([#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
@@ -19,7 +19,6 @@ hex-literal = "1"
19
20
[features]
21
alloc = []
22
-std = ["alloc"]
23
24
[package.metadata.docs.rs]
25
all-features = true
0 commit comments