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 a2c32fc commit 501eabeCopy full SHA for 501eabe
conanfile.py
@@ -50,7 +50,7 @@ def _xtensor_requires(self):
50
51
def _grpc_requires(self):
52
if self.settings.compiler.cppstd in ["14", "gnu14"]:
53
- return 'grpc/[>=1.48.4 < 1.70.0]'
+ return 'grpc/[>=1.48.4 <1.70.0]'
54
55
return 'grpc/[>=1.48.4]'
56
0 commit comments