From c9c040794bba5cf59f544f0f6359742b548a2883 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Wed, 20 Sep 2017 21:32:13 -0400 Subject: [PATCH] update [patch] disclaimer in book --- src/doc/book/src/reference/manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 8b71819c0c4..133d06592f1 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -727,8 +727,8 @@ source's original crate is replaced. More information about overriding dependencies can be found in the [overriding dependencies][replace] section of the documentation and [RFC 1969] for the -technical specification of this feature. Note that the `[patch]` feature will -first become available in Rust 1.20, set to be released on 2017-08-31. +technical specification of this feature. (Note that the `[patch]` feature will +first become available in Rust 1.21, set to be released on 2017-10-12.) [RFC 1969]: https://github.com/rust-lang/rfcs/pull/1969 [replace]: reference/specifying-dependencies.html#overriding-dependencies