Remove unused dep 'pairing' in zebra-consensus
It was once needed for an early iteration of the Groth16Verifier, not anymore
This commit is contained in:
parent
cab4b75a6d
commit
928191bc92
|
@ -4503,7 +4503,6 @@ dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"metrics",
|
"metrics",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"pairing",
|
|
||||||
"rand 0.8.1",
|
"rand 0.8.1",
|
||||||
"serde",
|
"serde",
|
||||||
"spandoc",
|
"spandoc",
|
||||||
|
|
|
@ -15,7 +15,6 @@ displaydoc = "0.2.1"
|
||||||
jubjub = "0.6.0"
|
jubjub = "0.6.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
once_cell = "1.8"
|
once_cell = "1.8"
|
||||||
pairing = "0.19.0"
|
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
serde = { version = "1", features = ["serde_derive"] }
|
serde = { version = "1", features = ["serde_derive"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue