Skip to content

Commit

Permalink
Auto merge of #14400 - akonradi:patch-1, r=epage
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
bors committed Aug 14, 2024
2 parents 2f738d6 + 2536207 commit 5b8baa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ description.workspace = true
documentation.workspace = true
```

> **MSRV:** Requires 1.74+
> **MSRV:** Requires 1.64+
## The `dependencies` table

Expand Down Expand Up @@ -232,7 +232,7 @@ cc.workspace = true
rand.workspace = true
```

> **MSRV:** Requires 1.74+
> **MSRV:** Requires 1.64+
## The `lints` table

Expand Down

0 comments on commit 5b8baa8

Please sign in to comment.