mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26)
This commit is contained in:
parent
a515fe320b
commit
8d7d132c93
7 changed files with 50 additions and 49 deletions
30
components/servo/Cargo.lock
generated
30
components/servo/Cargo.lock
generated
|
@ -86,7 +86,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aster"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
|
@ -1435,7 +1435,7 @@ dependencies = [
|
|||
name = "plugins"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"tenacious 0.0.13 (git+https://github.com/Manishearth/rust-tenacious)",
|
||||
"tenacious 0.0.14 (git+https://github.com/Manishearth/rust-tenacious)",
|
||||
"url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
@ -1490,23 +1490,23 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "quasi"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "quasi_codegen"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quasi_macros"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"quasi_codegen 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi_codegen 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1653,12 +1653,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_codegen"
|
||||
version = "0.6.3"
|
||||
version = "0.6.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"aster 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi_macros 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"aster 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quasi_macros 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1675,7 +1675,7 @@ name = "serde_macros"
|
|||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"serde_codegen 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_codegen 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1699,7 +1699,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "simd"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/huonw/simd#be4242121e081206d8769cc60a7d2fa8e23cdc68"
|
||||
source = "git+https://github.com/huonw/simd#c4403387adb9a25188ff00ddc82582c2e1017030"
|
||||
|
||||
[[package]]
|
||||
name = "skia"
|
||||
|
@ -1841,8 +1841,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tenacious"
|
||||
version = "0.0.13"
|
||||
source = "git+https://github.com/Manishearth/rust-tenacious#44c943182fb93a1c4b2e6d0b2d8ebb35d8c07775"
|
||||
version = "0.0.14"
|
||||
source = "git+https://github.com/Manishearth/rust-tenacious#7e1729efe79ac8427dac322bfc936dbdb1f36d10"
|
||||
|
||||
[[package]]
|
||||
name = "tendril"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue