You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3493-precise-pre-release-cargo-update.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ Put in simple terms the relationship between a pre-release and its stable releas
114
114
- Pre-release versions are not easily auditable when they are only specified in the lock file.
115
115
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.
116
116
- 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.
0 commit comments