-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Formal correction of dep upper bounds:
< x.0
to < x
The versions `5.0` and `5` are not the same. If you write `base < 5.0`, you accept `base-5` but reject `base-5.0.*`. This is usually not intended. The correct format for upper bounds is `< ver` where `ver` has no trailing 0s.
- Loading branch information
1 parent
8c5aeea
commit e83769f
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters