Skip to content

Commit c01ae69

Browse files
committed
build: bump to 0.2.0
1 parent cd573f9 commit c01ae69

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "axallocator"
3-
version = "0.1.3-preview.1"
3+
version = "0.2.0"
44
edition = "2021"
5-
authors = ["Yuekai Jia <equation618@gmail.com>", "Yu Chen <yuchen@tsinghua.edu.cn>"]
5+
authors = [
6+
"Yuekai Jia <equation618@gmail.com>",
7+
"Yu Chen <yuchen@tsinghua.edu.cn>",
8+
]
69
description = "Various allocator algorithms in a unified interface"
710
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
811
homepage = "https://github.com/arceos-org/arceos"
@@ -34,7 +37,7 @@ axerrno = { version = "0.1", optional = true }
3437
cfg-if = "1.0"
3538
rlsf = { version = "0.2", optional = true }
3639
buddy_system_allocator = { version = "0.10", default-features = false, optional = true }
37-
ax_slab_allocator = { version = "0.3.2-preview.1", optional = true }
40+
ax_slab_allocator = { version = "0.4", optional = true }
3841
bitmap-allocator = { version = "0.2", optional = true }
3942

4043
[dev-dependencies]

0 commit comments

Comments
 (0)