Disable default features for pairing.
This commit is contained in:
parent
3148662234
commit
2042876fcf
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user