mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Explicitly specify version of abseil to use
This commit is contained in:
@@ -32,6 +32,10 @@ class Xrpl(ConanFile):
|
||||
'zlib/1.3.1',
|
||||
]
|
||||
|
||||
replace_requires = {
|
||||
'abseil/*': 'abseil/20250127.0',
|
||||
}
|
||||
|
||||
test_requires = [
|
||||
'doctest/2.4.11',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user