Skip to content

Commit

Permalink
Auto merge of #17823 - servo:rustup, r=Manishearth
Browse files Browse the repository at this point in the history
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

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17823)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 22, 2017
2 parents e4ac067 + 9a18626 commit d8b3f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -14,8 +14,8 @@ opt-level = 3
# debug = true
# lto = false

[replace]
[patch.crates-io]
# If you need to temporarily test Servo with a local fork of some upstream
# crate, add that here. Use the form:
#
# "<crate>:<version>" = { path = "/path/to/local/checkout" }
# <crate> = { path = "/path/to/local/checkout" }
2 changes: 1 addition & 1 deletion rust-commit-hash
@@ -1 +1 @@
ab91c70cc69450bc69b76df0fd2faa82bda42d6b
504328a31a211814f9cac6de84c5a7ed154f58eb

0 comments on commit d8b3f9b

Please sign in to comment.