From 35f13e8f9594effe53fc277b7de8b02978626922 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Wed, 20 Sep 2017 21:29:11 -0400 Subject: [PATCH] [patch] slipped to 1.21, mark 2 --- src/doc/specifying-dependencies.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index d3fa7627f49..35089cfb977 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -189,10 +189,10 @@ example: of the crate to avoid blocking on the bug fix getting merged. These scenarios are currently all solved with the [`[patch]` manifest -section][patch-section]. Note that the `[patch]` feature is not yet currently -stable and will be released on 2017-08-31. Historically some of these scenarios -have been solved with [the `[replace]` section][replace-section], but we'll -document the `[patch]` section here. +section][patch-section]. (Note that the `[patch]` feature will first become +available in Rust 1.21, set to be released on 2017-10-12.) Historically some of +these scenarios have been solved with [the `[replace]` section][replace-section], +but we'll document the `[patch]` section here. [patch-section]: manifest.html#the-patch-section [replace-section]: manifest.html#the-replace-section