mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Upgrade to rustc 1.20.0-nightly (504328a31 2017-07-21)
and cargo 0.21.0-nightly (ffab51954 2017-07-18). The latter adds support for the `[patch]` section of `Cargo.toml`: http://doc.crates.io/manifest.html#the-patch-section http://doc.crates.io/specifying-dependencies.html#overriding-dependencies
This commit is contained in:
parent
e4ac067a9b
commit
9a186268bf
2 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ opt-level = 3
|
||||||
# debug = true
|
# debug = true
|
||||||
# lto = false
|
# lto = false
|
||||||
|
|
||||||
[replace]
|
[patch.crates-io]
|
||||||
# If you need to temporarily test Servo with a local fork of some upstream
|
# If you need to temporarily test Servo with a local fork of some upstream
|
||||||
# crate, add that here. Use the form:
|
# crate, add that here. Use the form:
|
||||||
#
|
#
|
||||||
# "<crate>:<version>" = { path = "/path/to/local/checkout" }
|
# <crate> = { path = "/path/to/local/checkout" }
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ab91c70cc69450bc69b76df0fd2faa82bda42d6b
|
504328a31a211814f9cac6de84c5a7ed154f58eb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue