Skip to content

Commit 45e98bd

Browse files
committed
Fix explanation of requiring "v" with registries.
1 parent 65c634b commit 45e98bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-cargo-weak-namespaced-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ This should not be perceptible to the user, but is a major architectural change
225225
This was pursued in [PR #9111](https://github.com/rust-lang/cargo/pull/9111), but it was considered not necessary.
226226
[crates.io] is the only registry that can support older versions of Cargo.
227227
Other registries that don't support the new syntax may reject publishing with the new syntax (if they perform validation), or they may accept it (if the don't validate), in which case it should just work.
228-
The `"v"` field addition is only necessary for Cargo's older than 1.51, and most use cases of other registries are generally expected to have stricter control over which versions of Cargo are in use.
228+
The `"v"` field addition is only necessary for Cargo versions between 1.51 and whenever this is stabilized, and most use cases of other registries are generally expected to have stricter control over which versions of Cargo are in use.
229229

230230
# Prior art
231231

0 commit comments

Comments
 (0)