mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-02 04:17:02 +00:00
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pairing"
|
name = "pairing"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ repository = "https://github.com/ebfull/pairing"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
byteorder = "1.1.0"
|
byteorder = "1.1.0"
|
||||||
clippy = { version = "0.0.144", optional = true }
|
clippy = { version = "0.0.145", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable-wnaf = []
|
unstable-wnaf = []
|
||||||
|
|||||||
Reference in New Issue
Block a user