Use crates.io version of buddyalloc

This commit is contained in:
Dr. Chat 2021-07-26 19:25:29 -05:00
parent 824a6be346
commit 282760f984
4 changed files with 5 additions and 6 deletions

5
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -1,6 +1,5 @@
#![feature(
alloc_error_handler,
const_raw_ptr_to_usize_cast,
const_panic,
const_ptr_offset_from,
global_asm,

View File

@ -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,