Skip to content

Commit cf16352

Browse files
committed
Add the risk / cost drawback
1 parent 78f0ccb commit cf16352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Put in simple terms the relationship between a pre-release and its stable releas
114114
- Pre-release versions are not easily auditable when they are only specified in the lock file.
115115
A change that makes use of a pre-release version may not be noticed during code review as reviewers don't always check for changes in the lock file.
116116
- Library crates that require a pre-release version are not well supported since their lock files are ignored by their users (see [future-possibilities])
117+
- This is an invasive change to cargo with a significant risk for bugs. This also extends out to packages in the ecosystem that deal with depednency versions.
117118

118119
# Rationale and alternatives
119120
[rationale-and-alternatives]: #rationale-and-alternatives

0 commit comments

Comments
 (0)