Skip to content

Commit

Permalink
[patch] slipped to 1.21, mark 2
Browse files Browse the repository at this point in the history
  • Loading branch information
durka authored Sep 21, 2017
1 parent 31dd4e3 commit 35f13e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/doc/specifying-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35f13e8

Please sign in to comment.