chore: Revert Cassandra driver upgrade (#1656)

Reverts XRPLF/clio#1646
This commit is contained in:
Peter Chen
2024-09-19 10:39:01 -04:00
committed by GitHub
parent af4fde9a3a
commit 13a9aef579
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class Clio(ConanFile):
requires = [
'boost/1.82.0',
'cassandra-cpp-driver/2.17.1',
'cassandra-cpp-driver/2.17.0',
'fmt/10.1.1',
'protobuf/3.21.9',
'grpc/1.50.1',

View File

@@ -168,7 +168,7 @@ Sometimes, during development, you need to build against a custom version of `li
# ... (excerpt from conanfile.py)
requires = [
'boost/1.82.0',
'cassandra-cpp-driver/2.17.1',
'cassandra-cpp-driver/2.17.0',
'fmt/10.1.1',
'protobuf/3.21.9',
'grpc/1.50.1',