mirror of
https://github.com/servo/servo.git
synced 2025-09-22 12:50:08 +01:00
#[global_allocator]
is stable
This commit is contained in:
parent
eddfe3af83
commit
99669b0831
3 changed files with 8 additions and 12 deletions
|
@ -10,9 +10,6 @@ publish = false
|
|||
name = "profile"
|
||||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
unstable = ["servo_allocator"]
|
||||
|
||||
[dependencies]
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
influent = "0.5"
|
||||
|
@ -33,4 +30,4 @@ regex = "1.1"
|
|||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
libc = "0.2"
|
||||
servo_allocator = {path = "../allocator", optional = true}
|
||||
servo_allocator = {path = "../allocator"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue