Skip to content

Commit 36ffc26

Browse files
committed
Fix an over-generalization
1 parent e29bef6 commit 36ffc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the resolver ignoring pre-releases like yanked packages, with an override flag.
1818
# Motivation
1919
[motivation]: #motivation
2020

21-
Today, version requirements ignore pre-release versions,
21+
Today, version requirements ignore pre-release versions by default,
2222
so `1.0.0` cannot be used with `1.1.0-alpha.1`.
2323
Specifying a pre-release in a version requirement has two affects
2424
- Specifies the minimum compatible pre-release.

0 commit comments

Comments
 (0)