mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -14,11 +14,11 @@ servo = ["serde", "serde_macros", "backtrace", "ipc-channel", "app_units/plugins
|
|||
"euclid/plugins", "euclid/unstable", "url/heap_size", "url/serde"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.2.3"
|
||||
app_units = "0.2.5"
|
||||
backtrace = {version = "0.2.1", optional = true}
|
||||
bitflags = "0.7"
|
||||
deque = "0.3.1"
|
||||
euclid = "0.6.4"
|
||||
euclid = "0.7.1"
|
||||
getopts = "0.2.11"
|
||||
heapsize = "0.3.0"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel", optional = true}
|
||||
|
@ -29,8 +29,8 @@ num_cpus = "0.2.2"
|
|||
num-traits = "0.1.32"
|
||||
rand = "0.3"
|
||||
rustc-serialize = "0.3"
|
||||
serde = {version = "0.7", optional = true}
|
||||
serde_macros = {version = "0.7", optional = true}
|
||||
serde = {version = "0.7.11", optional = true}
|
||||
serde_macros = {version = "0.7.11", optional = true}
|
||||
smallvec = "0.1"
|
||||
url = "1.0.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue