Skip to content

Commit

Permalink
chore: adjust protobuf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc authored and Rafael Grochoska committed Feb 20, 2024
1 parent 56283c9 commit c1555e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp-lib/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class PitayaCpp(ConanFile):

def requirements(self):
self.requires("zlib/1.2.13")
self.requires("protobuf/3.23.1", force=True)
self.requires("protobuf/3.21.12", force=True)
self.requires("boost/1.83.0", force=True)
self.requires("openssl/1.1.1v", force=True)
self.requires("cpprestsdk/2.10.18")
Expand Down
4 changes: 2 additions & 2 deletions pitaya-sharp/NPitaya/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.wildlifestudios.npitaya",
"version": "1.0.1",
"version": "1.0.2",
"unity": "2021.3",
"description": "Native pitaya server module",
"keywords": ["pitaya", "pomelo", "cluster", "server", "package", "search"],
"category": "Server",
"dependencies": {
"org.nuget.google.protobuf": "3.23.1",
"org.nuget.google.protobuf": "3.25.3",
"org.nuget.system.runtime.compilerservices.unsafe": "4.5.3"
}
}

0 comments on commit c1555e4

Please sign in to comment.