Skip to content

Commit 9118eea

Browse files
committed
refactor: migrate to the 2021 edition
1 parent 83f8bbd commit 9118eea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
members = [
33
"crates/*",
44
]
5-
resolver = "2"
65

76
[profile.release]
87
debug = true

crates/rlsf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rlsf"
33
version = "0.1.2"
44
authors = ["yvt <i@yvt.jp>"]
55
license = "MIT/Apache-2.0"
6-
edition = "2018"
6+
edition = "2021"
77
rust-version = "1.61"
88
readme = "README.md"
99
description = "Real-time dynamic memory allocator based on the TLSF algorithm"

0 commit comments

Comments
 (0)