File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -105,18 +105,18 @@ For example, `1.0.0-alpha.11` is higher than `1.0.0-alpha.4`.
105
105
A metadata part can be added after a plus, such as ` 1.0.0+21AF26D3 ` .
106
106
This is for informational purposes only and is generally ignored by Cargo.
107
107
108
- Cargo bakes in the concept of [ Semantic Versioning ] ( https://semver.org/ ) ,
109
- so versions are considered considered [ compatible ] ( semver.md ) if their left-most non-zero major/minor/patch component is the same.
110
- See the [ Resolver] chapter for more information on how Cargo uses versions to
111
- resolve dependencies.
108
+ Cargo bakes in the concept of [ SemVer ] , so versions are considered [ compatible ]
109
+ if their left-most non-zero major/minor/patch component is the same. See the
110
+ [ Resolver] chapter for more information on how Cargo uses versions to resolve
111
+ dependencies.
112
112
113
113
This field is optional and defaults to ` 0.0.0 ` . The field is required for publishing packages.
114
114
115
115
> ** MSRV:** Before 1.75, this field was required
116
116
117
117
[ SemVer ] : https://semver.org
118
118
[ Resolver ] : resolver.md
119
- [ SemVer compatibility ] : semver.md
119
+ [ compatible ] : semver.md
120
120
121
121
### The ` authors ` field
122
122
@@ -612,8 +612,6 @@ The `[profile]` tables provide a way to customize compiler settings such as
612
612
optimizations and debug settings. See [ the Profiles chapter] ( profiles.md ) for
613
613
more detail.
614
614
615
-
616
-
617
615
[ `cargo init` ] : ../commands/cargo-init.md
618
616
[ `cargo new` ] : ../commands/cargo-new.md
619
617
[ `cargo package` ] : ../commands/cargo-package.md
You can’t perform that action at this time.
0 commit comments