We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb94e1 commit 507b84cCopy full SHA for 507b84c
reference/conanfile_txt.rst
@@ -39,6 +39,12 @@ And specific recipe revisions can be pinned too:
39
zlib/1.2.13#revision1
40
boost/1.70.0#revision2
41
42
+
43
+.. note::
44
45
+ Note that pinning a revision when using version ranges has not effect and Conan will warn about it.
46
47
48
[tool_requires]
49
---------------
50
tutorial/versioning/revisions.rst
@@ -176,6 +176,12 @@ So creating ``chat`` will now force the first revision:
176
chat/1.0: Hello World Release!
177
178
179
180
181
182
183
184
185
Uploading revisions
186
-------------------
187
0 commit comments