Declare MSRV in Cargo.toml

Let's make our MSRV explicit.
This commit is contained in:
Zeeshan Ali Khan 2025-08-20 21:06:01 +02:00
parent 45fca5cbaf
commit 628b52f1b5
No known key found for this signature in database
GPG Key ID: F7AAB547AF6E4357
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
- Make MSRV of 1.87.0 explicit.
## [v0.9.1] - 2025-08-19
### Added

View File

@ -8,6 +8,7 @@ categories = ["data-structures", "no-std"]
description = "`static` friendly data structures that don't require dynamic memory allocation"
documentation = "https://docs.rs/heapless"
edition = "2021"
rust-version = "1.87"
keywords = ["static", "no-heap"]
license = "MIT OR Apache-2.0"
name = "heapless"