We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ed781 commit af18d90Copy full SHA for af18d90
1 file changed
doc/source/user/build_system/dependencies.rst
@@ -121,10 +121,10 @@ The following version comparison operators are available.
121
- ``>fusesoc:examples:blinky:1.2``: any version after 1.2, e.g. 1.3, or 10.7
122
* - ``^``
123
- Caret requirement: any version less than the next major version (see below)
124
- - ``^fusesoc:examples:blinky:1.2``: >=1.2.0 <1.3.0
+ - ``^fusesoc:examples:blinky:1.2``: >=1.2.0 <2.0.0
125
* - ``~``
126
- Tilde requirement: allow updates to the current version (see below)
127
- - ``~fusesoc:examples:blinky:1.2``: >=1.2.0 <2.0.0
+ - ``~fusesoc:examples:blinky:1.2``: >=1.2.0 <1.3.0
128
129
Notes:
130
0 commit comments