Skip to content

Commit

Permalink
Update protobuf version to allign with CuraEngine
Browse files Browse the repository at this point in the history
[CURA-10475]
  • Loading branch information
jellespijker committed May 15, 2023
1 parent d124a92 commit 2fda862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def layout(self):
self.cpp.package.system_libs = ["ws2_32"]

def requirements(self):
self.requires("protobuf/3.21.4", transitive_headers=True)
self.requires("protobuf/3.21.9", transitive_headers=True)

def validate(self):
if self.settings.compiler.cppstd:
Expand Down

0 comments on commit 2fda862

Please sign in to comment.