We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f8bbd commit 9118eeaCopy full SHA for 9118eea
Cargo.toml
@@ -2,7 +2,6 @@
2
members = [
3
"crates/*",
4
]
5
-resolver = "2"
6
7
[profile.release]
8
debug = true
crates/rlsf/Cargo.toml
@@ -3,7 +3,7 @@ name = "rlsf"
version = "0.1.2"
authors = ["yvt <i@yvt.jp>"]
license = "MIT/Apache-2.0"
-edition = "2018"
+edition = "2021"
rust-version = "1.61"
readme = "README.md"
9
description = "Real-time dynamic memory allocator based on the TLSF algorithm"
0 commit comments