Skip to content

Commit 4442278

Browse files
committed
[feat] update allocator version to support alloc_pages_at
1 parent 8184db6 commit 4442278

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/axalloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cfg-if = "1.0"
2121
kspin = "0.1"
2222
memory_addr = "0.3"
2323
axerrno = "0.1"
24-
allocator = { path = "../../../arceos-crates/allocator", features = ["bitmap", "page-alloc-64g"] }
24+
allocator = { git = "https://github.com/arceos-org/allocator.git", tag = "v0.1.1", features = ["bitmap", "page-alloc-64g"] }

0 commit comments

Comments
 (0)