Browse Source

Disable default features for pairing.

master
Sean Bowe 7 years ago
parent
commit
2042876fcf
  1. 3
      Cargo.toml

3
Cargo.toml

@ -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…
Cancel
Save