Update to use the latest version of pairing library.

This commit is contained in:
Sean Bowe
2017-10-22 05:45:26 -06:00
parent 2042876fcf
commit 326996139e
4 changed files with 25 additions and 55 deletions

View File

@@ -15,11 +15,7 @@ futures = "0.1"
futures-cpupool = "0.1"
num_cpus = "1.6"
crossbeam = "0.3"
[dependencies.pairing]
version = "0.11"
default-features = false
features = ["unstable-wnaf"]
pairing = "0.13"
[features]
default = ["u128-support"]