Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)

This commit is contained in:
Eduard Burtescu 2016-07-12 14:40:30 +03:00 committed by Anthony Ramine
parent d6266c7cee
commit 3d8eab424c
26 changed files with 225 additions and 222 deletions

View file

@ -16,9 +16,9 @@ util = {path = "../util", features = ["servo"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
heartbeats-simple = "0.3"
log = "0.3.5"
serde = "0.7.11"
serde = "0.7.15"
serde_json = "0.7"
serde_macros = "0.7.11"
serde_macros = "0.7.15"
time = "0.1.12"
[target.'cfg(target_os = "macos")'.dependencies]