mirror of
https://github.com/servo/servo.git
synced 2025-08-21 13:25:34 +01:00
Upgrade to rustc 1.28.0-nightly (b68432d56 2018-06-12)
This commit is contained in:
parent
5c4f54c403
commit
c94c2b6f76
5 changed files with 21 additions and 49 deletions
|
@ -8,14 +8,8 @@ publish = false
|
|||
[lib]
|
||||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
unstable = ["kernel32-sys", "jemalloc-sys"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2" # Only used when 'unstable' is disabled, but looks like Cargo cannot express that.
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
jemalloc-sys = { version = "0.1.4", optional = true }
|
||||
jemalloc-sys = { version = "0.1.4" }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
kernel32-sys = { version = "0.2.1", optional = true }
|
||||
kernel32-sys = { version = "0.2.1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue