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: README.rst
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,19 +127,16 @@ common case but may not work correctly when a task that demand precise version
127
127
comparisons such as for dependency resolution and vulnerability lookup where
128
128
a "good enough" comparison accuracy is not acceptable. ``libversion`` does not
129
129
handle version range notations.
130
-
For this reason, univers adds support for libversion using a configuration option which allows users to use libversion as a fallback, i.e., in case the native version comparison fails. Usage:
130
+
For this reason, univers provides a dedicated libversion scheme for users who
0 commit comments