Skip to content

Commit 1a2e4f2

Browse files
committed
doc: [package] doesn't require version field
1 parent cdf84b6 commit 1a2e4f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/doc/src/reference/manifest.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ version = "0.1.0" # the current version, obeying semver
6565
authors = ["Alice <[email protected]>", "Bob <[email protected]>"]
6666
```
6767

68-
The only fields required by Cargo are [`name`](#the-name-field) and
69-
[`version`](#the-version-field). If publishing to a registry, the registry may
70-
require additional fields. See the notes below and [the publishing
71-
chapter][publishing] for requirements for publishing to [crates.io].
68+
The only field required by Cargo is [`name`](#the-name-field). If publishing to
69+
a registry, the registry may require additional fields. See the notes below and
70+
[the publishing chapter][publishing] for requirements for publishing to
71+
[crates.io].
7272

7373
### The `name` field
7474

0 commit comments

Comments
 (0)