Skip to content

Commit fea4960

Browse files
authored
1 parent 187181c commit fea4960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def requirements(self):
7272
def build_requirements(self):
7373
if self.options.offline_proto_generation:
7474
self.tool_requires(self._grpc_requires())
75-
self.tool_requires('protobuf/[>=3.17.1 <6.30.0]')
75+
self.tool_requires('protobuf/<host_version>')
7676

7777
def layout(self):
7878
cmake_layout(self)

0 commit comments

Comments
 (0)