mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
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:
parent
abfd52a721
commit
38a79e4506
34 changed files with 545 additions and 460 deletions
|
@ -11,13 +11,16 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
|
||||
cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
euclid = "0.7.1"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
plugins = {path = "../plugins"}
|
||||
serde = {version = "0.7", features = [ "nightly" ]}
|
||||
serde_macros = "0.7"
|
||||
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
|
||||
serde = {version = "0.7.11", features = ["nightly"]}
|
||||
serde_macros = "0.7.11"
|
||||
|
||||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender_traits"
|
||||
default_features = false
|
||||
features = ["serde_macros"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue