Skip to content

Commit b2450dc

Browse files
committed
Wording
1 parent fcfaa2a commit b2450dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

text/3493-precise-pre-release-cargo-update.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ Put in simple terms the relationship between a pre-release and its stable releas
106106
# Rationale and alternatives
107107
[rationale-and-alternatives]: #rationale-and-alternatives
108108

109-
## Discourage pre-releases
109+
## Use overrides
110110

111-
The main alternative to this would be to accept that pre-release versions are not very usable and discourage their use.
112111
Cargo overrides can be used instead using `[patch]`.
113112
These provide a similar experience to pre-releases, however, they require that the library's code is somehow vendored outside of the registry, usually with git.
114113
This can cause issues particularly in CI where jobs may have permission to fetch from a private registry but not from private git repositories.

0 commit comments

Comments
 (0)