Un-pin the version of cc

Fixes #183
This commit is contained in:
Alekos Filini 2021-02-03 09:42:23 -05:00
parent 693fb24e02
commit 6d01c51c63
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -27,8 +27,7 @@ reqwest = { version = "0.11", optional = true, features = ["json"] }
futures = { version = "0.3", optional = true }
async-trait = { version = "0.1", optional = true }
rocksdb = { version = "0.14", optional = true }
# pin cc version to 1.0.62 because 1.0.63 break rocksdb build
cc = { version = "=1.0.62", optional = true }
cc = { version = ">=1.0.64", optional = true }
socks = { version = "0.3", optional = true }
lazy_static = { version = "1.4", optional = true }
tiny-bip39 = { version = "^0.8", optional = true }