We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e51fc7 commit 4d6ff20Copy full SHA for 4d6ff20
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
### Changed
15
16
- The `Heap` struct has been renamed to `LlffHeap` and requires the `llff` feature.
17
+- Updated the rust edition from 2018 to 2021.
18
19
## [v0.5.1] - 2023-11-04
20
Cargo.toml
@@ -10,7 +10,7 @@ description = "A heap allocator for embedded systems"
10
repository = "https://github.com/rust-embedded/embedded-alloc"
11
documentation = "https://docs.rs/embedded-alloc"
12
readme = "README.md"
13
-edition = "2018"
+edition = "2021"
keywords = [
"allocator",
0 commit comments