Skip to content

Commit 4d6ff20

Browse files
committed
edition: 2018 -> 2021
1 parent 6e51fc7 commit 4d6ff20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
### Changed
1515

1616
- The `Heap` struct has been renamed to `LlffHeap` and requires the `llff` feature.
17+
- Updated the rust edition from 2018 to 2021.
1718

1819
## [v0.5.1] - 2023-11-04
1920

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "A heap allocator for embedded systems"
1010
repository = "https://github.com/rust-embedded/embedded-alloc"
1111
documentation = "https://docs.rs/embedded-alloc"
1212
readme = "README.md"
13-
edition = "2018"
13+
edition = "2021"
1414

1515
keywords = [
1616
"allocator",

0 commit comments

Comments
 (0)