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 c053949 commit 5f8a302Copy full SHA for 5f8a302
recipes/inja/all/conanfile.py
@@ -40,7 +40,7 @@ def layout(self):
40
basic_layout(self, src_folder="src")
41
42
def requirements(self):
43
- self.requires("nlohmann_json/3.11.3")
+ self.requires("nlohmann_json/[^3.8]")
44
45
def package_id(self):
46
self.info.clear()
0 commit comments