Skip to content

Commit 516bcb9

Browse files
committed
Use consistent version of protobuf
1 parent 87641e2 commit 516bcb9

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
@@ -106,7 +106,7 @@ def validate(self):
106106
raise ConanInvalidConfiguration(f"{self.ref} can not be built as shared on Visual Studio and msvc.")
107107

108108
def build_requirements(self):
109-
self.tool_requires("protobuf/3.21.9")
109+
self.tool_requires("protobuf/3.21.12")
110110

111111
def generate(self):
112112
tc = CMakeToolchain(self)

0 commit comments

Comments
 (0)