Skip to content

Commit 5b8baa8

Browse files
committed
Auto merge of #14400 - akonradi:patch-1, r=epage
Fix MSRV for workspace .package and .dependencies The feature was stabilized in 1.64.0 ### What does this PR try to resolve? Fixes a bug in the documentation. ### How should we test and review this PR? The [release notes for 1.64.0](https://github.com/rust-lang/rust/releases/tag/1.64.0) list the features as stabilized. ### Additional information This fixes a mismatch between this documentation and the note at the top of [the RFC](https://github.com/rust-lang/rfcs/blob/46781d0b1de3a07b10c2066d371ba7de2e209f15/text/2906-cargo-workspace-deduplicate.md).
2 parents 2f738d6 + 2536207 commit 5b8baa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ description.workspace = true
191191
documentation.workspace = true
192192
```
193193

194-
> **MSRV:** Requires 1.74+
194+
> **MSRV:** Requires 1.64+
195195
196196
## The `dependencies` table
197197

@@ -232,7 +232,7 @@ cc.workspace = true
232232
rand.workspace = true
233233
```
234234

235-
> **MSRV:** Requires 1.74+
235+
> **MSRV:** Requires 1.64+
236236
237237
## The `lints` table
238238

0 commit comments

Comments
 (0)