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
65
65
authors = [" Alice <a@example.com>" , " Bob <b@example.com>" ]
66
66
```
67
67
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] .
72
72
73
73
### The ` name ` field
74
74
You can’t perform that action at this time.
0 commit comments