Skip to content

Commit

Permalink
[feat] update allocator version to support alloc_pages_at
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Dec 13, 2024
1 parent 8184db6 commit 4442278
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/axalloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cfg-if = "1.0"
kspin = "0.1"
memory_addr = "0.3"
axerrno = "0.1"
allocator = { path = "../../../arceos-crates/allocator", features = ["bitmap", "page-alloc-64g"] }
allocator = { git = "https://github.com/arceos-org/allocator.git", tag = "v0.1.1", features = ["bitmap", "page-alloc-64g"] }

0 comments on commit 4442278

Please sign in to comment.