Disable default features for pairing.

This commit is contained in:
Sean Bowe 2017-08-22 20:45:45 -06:00
parent 3148662234
commit 2042876fcf
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ homepage = "https://github.com/ebfull/bellman"
license = "MIT/Apache-2.0"
name = "bellman"
repository = "https://github.com/ebfull/bellman"
version = "0.0.3"
version = "0.0.4"
[dependencies]
rand = "0.3"
@ -18,6 +18,7 @@ crossbeam = "0.3"
[dependencies.pairing]
version = "0.11"
default-features = false
features = ["unstable-wnaf"]
[features]