conan-io / docs

conan.io reStructuredText documentation
http://docs.conan.io
MIT License
104 stars 346 forks source link

Fix replace requires for zlib in profile #3765

Closed uilianries closed 3 weeks ago

uilianries commented 4 weeks ago

The actual replace-requires usage in the profile shows zlib/1.2.123: zlib/*, which does not work. My guess is "replace zlib/1.2.123 by latest version available", but then we need to use [*] instead.

Related to the PR #3495

/cc @RubenRBS