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 a36e9e2 commit d73ed7fCopy full SHA for d73ed7f
Cargo.toml
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/buddy_system_allocator"
5
homepage = "https://github.com/rcore-os/buddy_system_allocator"
6
repository = "https://github.com/rcore-os/buddy_system_allocator"
7
keywords = ["allocator", "no_std", "heap"]
8
-version = "0.3.6"
+version = "0.3.7"
9
authors = ["Jiajie Chen <noc@jiegec.ac.cn>"]
10
edition = "2018"
11
license = "MIT"
@@ -19,4 +19,4 @@ version = "0.5"
19
optional = true
20
21
[dependencies]
22
-rustversion = "1.0"
+rustversion = "1.0"
0 commit comments