Skip to content

Commit b9e13d6

Browse files
committed
belt-kwp: remove std crate feature
1 parent faf28e3 commit b9e13d6

2 files changed

Lines changed: 6 additions & 1 deletion

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` crate feature ([#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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ hex-literal = "1"
1919

2020
[features]
2121
alloc = []
22-
std = ["alloc"]
2322

2423
[package.metadata.docs.rs]
2524
all-features = true

0 commit comments

Comments
 (0)