Skip to content

Commit 628b52f

Browse files
committed
Declare MSRV in Cargo.toml
Let's make our MSRV explicit.
1 parent 45fca5c commit 628b52f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Make MSRV of 1.87.0 explicit.
11+
1012
## [v0.9.1] - 2025-08-19
1113

1214
### Added

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ categories = ["data-structures", "no-std"]
88
description = "`static` friendly data structures that don't require dynamic memory allocation"
99
documentation = "https://docs.rs/heapless"
1010
edition = "2021"
11+
rust-version = "1.87"
1112
keywords = ["static", "no-heap"]
1213
license = "MIT OR Apache-2.0"
1314
name = "heapless"

0 commit comments

Comments
 (0)