Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)

I also properly bump any dependency related to the serde_macros removal
from webrender_traits
This commit is contained in:
Anthony Ramine 2016-06-26 02:54:48 +02:00
parent abfd52a721
commit 38a79e4506
34 changed files with 545 additions and 460 deletions

View file

@ -18,7 +18,7 @@ tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
[dependencies]
angle = {git = "https://github.com/servo/angle", branch = "servo"}
app_units = {version = "0.2.3", features = ["plugins"]}
app_units = "0.2.5"
bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
@ -26,7 +26,7 @@ cookie = { version = "0.2.5", features = ["serialize-serde", "serialize-rustc" ]
cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
devtools_traits = {path = "../devtools_traits"}
encoding = "0.2"
euclid = {version = "0.6.4", features = ["plugins"]}
euclid = "0.7.1"
fnv = "1.0"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.6"
@ -58,7 +58,7 @@ rustc-serialize = "0.3"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = {version = "0.6", features = ["heap_size"]}
serde = "0.7"
serde = "0.7.11"
smallvec = "0.1"
string_cache = {version = "0.2.20", features = ["heap_size", "unstable"]}
style = {path = "../style"}
@ -66,6 +66,10 @@ time = "0.1.12"
url = {version = "1.0.0", features = ["heap_size", "query_encoding"]}
util = {path = "../util"}
uuid = {version = "0.2", features = ["v4"]}
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
websocket = "0.17"
xml5ever = {version = "0.1.2", features = ["unstable"]}
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender_traits"
default_features = false
features = ["serde_macros"]