Skip to content

Commit 8b63d58

Browse files
authored
Merge pull request #3321 from messense/patch-1
Add a note about the design change of RFC 2906 in implementation
2 parents 50b1e7a + 106c2c0 commit 8b63d58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/2906-cargo-workspace-deduplicate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- RFC PR: [rust-lang/rfcs#2906](https://github.com/rust-lang/rfcs/pull/2906)
44
- Rust Issue: [rust-lang/cargo#8415](https://github.com/rust-lang/cargo/issues/8415)
55

6+
> **Note**: This feature was stabilized in Rust 1.64. Several design changes were made in the course of the implementation. Please see the documentation for [`[workspace.package]`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-package-table) and [`[workspace.dependencies]`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-dependencies-table) for details on how to use this feature.
7+
68
# Summary
79
[summary]: #summary
810

0 commit comments

Comments
 (0)