diff --git a/belt-kwp/CHANGELOG.md b/belt-kwp/CHANGELOG.md index 8362d92..d19c95d 100644 --- a/belt-kwp/CHANGELOG.md +++ b/belt-kwp/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.0 (UNRELEASED) +### Removed +- `std` and `alloc` crate features ([#87]) + +[#87]: https://github.com/RustCrypto/key-wraps/pull/87 + ## 0.1.1 (2026-05-27) ### Changed - Use `doc_cfg` instead of `doc_auto_cfg` ([#83]) diff --git a/belt-kwp/Cargo.toml b/belt-kwp/Cargo.toml index bfd7180..0c0b92b 100644 --- a/belt-kwp/Cargo.toml +++ b/belt-kwp/Cargo.toml @@ -17,9 +17,5 @@ belt-block = "0.2" [dev-dependencies] hex-literal = "1" -[features] -alloc = [] -std = ["alloc"] - [package.metadata.docs.rs] all-features = true