Upgrade to rustc 1.28.0-nightly (b68432d56 2018-06-12)

This commit is contained in:
Simon Sapin 2018-06-13 16:28:43 +02:00
parent 5c4f54c403
commit c94c2b6f76
5 changed files with 21 additions and 49 deletions

View file

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