Skip to content

Commit f51524c

Browse files
committed
docs(ref): Fix mistake on how many fields a rust-version must include
1 parent fe70046 commit f51524c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ will exit with an error, telling the user what version is required.
173173
rust-version = "1.56"
174174
```
175175

176-
The Rust version must be a bare version number with two or three components; it
176+
The Rust version must be a bare version number with at least one component; it
177177
cannot include semver operators or pre-release identifiers. Compiler pre-release
178178
identifiers such as -nightly will be ignored while checking the Rust version.
179179

0 commit comments

Comments
 (0)