mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-26 20:10:24 +00:00
Declare MSRV in Cargo.toml
Let's make our MSRV explicit.
This commit is contained in:
parent
45fca5cbaf
commit
628b52f1b5
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user