From 0e9d60a8a959bba6b7f08134d90f78831481c67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Wed, 27 May 2026 17:39:24 +0300 Subject: [PATCH] belt-kwp: remove `std` and `alloc` crate features --- belt-kwp/CHANGELOG.md | 6 ++++++ belt-kwp/Cargo.toml | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) 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