File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ version = "0.1.0" # the current version, obeying semver
6565authors = [" Alice <a@example.com>" , " Bob <b@example.com>" ]
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
You can’t perform that action at this time.
0 commit comments