File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,9 @@ And that’s it, you’ve now published your first crate!
119
119
120
120
### Publishing a new version of an existing crate
121
121
122
- In order to release a new version, change the ` version ` value specified in
123
- your ` Cargo.toml ` manifest. Keep in mind [ the semver
124
- rules] ( manifest.md#the-version-field ) , and consult [ RFC 1105] for
125
- what constitutes a semver-breaking change. Then run [ ` cargo publish ` ] as
126
- described above to upload the new version.
122
+ In order to release a new version, change [ the ` version ` value] ( manifest.md#the-version-field ) specified in your ` Cargo.toml ` manifest.
123
+ Keep in mind [ the SemVer rules] ( semver.md ) which provide guidelines on what is a compatible change.
124
+ Then run [ ` cargo publish ` ] as described above to upload the new version.
127
125
128
126
### Managing a crates.io-based crate
129
127
@@ -255,7 +253,6 @@ listed in the "Organization access" list with a green check mark. If there's
255
253
a button labeled ` Grant ` or ` Request ` , you should grant the access or
256
254
request the org owner to do so.
257
255
258
- [ RFC 1105 ] : https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md
259
256
[ Rust API Guidelines ] : https://rust-lang.github.io/api-guidelines/
260
257
[ `cargo login` ] : ../commands/cargo-login.md
261
258
[ `cargo package` ] : ../commands/cargo-package.md
You can’t perform that action at this time.
0 commit comments