Skip to content

Commit 5f8a302

Browse files
authored
inja: add nlohmann_json version range (#28377)
1 parent c053949 commit 5f8a302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/inja/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def layout(self):
4040
basic_layout(self, src_folder="src")
4141

4242
def requirements(self):
43-
self.requires("nlohmann_json/3.11.3")
43+
self.requires("nlohmann_json/[^3.8]")
4444

4545
def package_id(self):
4646
self.info.clear()

0 commit comments

Comments
 (0)