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"
|
license = "MIT/Apache-2.0"
|
||||||
name = "bellman"
|
name = "bellman"
|
||||||
repository = "https://github.com/ebfull/bellman"
|
repository = "https://github.com/ebfull/bellman"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
@ -18,6 +18,7 @@ crossbeam = "0.3"
|
|||||||
|
|
||||||
[dependencies.pairing]
|
[dependencies.pairing]
|
||||||
version = "0.11"
|
version = "0.11"
|
||||||
|
default-features = false
|
||||||
features = ["unstable-wnaf"]
|
features = ["unstable-wnaf"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
Reference in New Issue
Block a user