mirror of
https://github.com/xenia-project/xell-rs.git
synced 2024-11-23 03:19:49 +00:00
Use crates.io version of buddyalloc
This commit is contained in:
parent
824a6be346
commit
282760f984
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -19,8 +19,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
||||
|
||||
[[package]]
|
||||
name = "buddyalloc"
|
||||
version = "0.1.4"
|
||||
source = "git+https://github.com/DrChat/buddyalloc.git#6cc8e790714778f50dc55adfcb23da48e3f0ee64"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5ded974e2422fae8075cb72650eae5b12f076e480eb44930571f6bddf325b31"
|
||||
|
||||
[[package]]
|
||||
name = "core_reqs"
|
||||
|
@ -10,6 +10,6 @@ core_reqs = { path = "../../shared/core_reqs" }
|
||||
xenon-cpu = { path = "../../shared/xenon-cpu" }
|
||||
xenon-soc = { path = "../../shared/xenon-soc" }
|
||||
sync = { path = "../../shared/sync" }
|
||||
atomic = "0.5.0"
|
||||
|
||||
buddyalloc = { git = "https://github.com/DrChat/buddyalloc.git" }
|
||||
atomic = "0.5.0"
|
||||
buddyalloc = "0.1.5"
|
@ -1,6 +1,5 @@
|
||||
#![feature(
|
||||
alloc_error_handler,
|
||||
const_raw_ptr_to_usize_cast,
|
||||
const_panic,
|
||||
const_ptr_offset_from,
|
||||
global_asm,
|
||||
|
@ -10,7 +10,6 @@
|
||||
"executables": true,
|
||||
"has-elf-tls": true,
|
||||
"has-rpath": true,
|
||||
"is-builtin": true,
|
||||
"linker": "rust-lld",
|
||||
"linker-flavor": "ld.lld",
|
||||
"linker-is-gnu": true,
|
||||
|
Loading…
Reference in New Issue
Block a user