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 c60774e commit 07f8363Copy full SHA for 07f8363
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.5.0"
+version = "0.6.0"
9
authors = ["Jiajie Chen <noc@jiegec.ac.cn>"]
10
edition = "2018"
11
license = "MIT"
@@ -16,5 +16,5 @@ use_spin = ["spin"]
16
const_fn = []
17
18
[dependencies.spin]
19
-version = "0.5"
+version = "0.7"
20
optional = true
0 commit comments