From: Steven Fackler Date: Sun, 21 Jan 2018 06:16:49 +0000 (-0800) Subject: Remove outdated stability note X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~31^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0d6bc1c1e37e5d581cd28f2fd16379e8ca1b9001;p=cargo.git Remove outdated stability note Closes #4964 --- diff --git a/src/doc/src/reference/specifying-dependencies.md b/src/doc/src/reference/specifying-dependencies.md index 8088bc475..b5044bd73 100644 --- a/src/doc/src/reference/specifying-dependencies.md +++ b/src/doc/src/reference/specifying-dependencies.md @@ -187,10 +187,9 @@ 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]. Historically some of these scenarios have been solved +with [the `[replace]` section][replace-section], but we'll document the `[patch]` +section here. [patch-section]: reference/manifest.html#the-patch-section [replace-section]: reference/manifest.html#the-replace-section