Skip to content

Commit 2536207

Browse files
authored
Fix MSRV for workspace .package and .dependencies
The feature was stabilized in 1.64.0.
1 parent 2f738d6 commit 2536207

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)