Bump version and integrate pairing 0.14.

This commit is contained in:
Sean Bowe
2018-03-04 19:51:03 -07:00
parent f5370057bd
commit c9cacc7467
3 changed files with 9 additions and 13 deletions

View File

@@ -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.8"
version = "0.0.9"
[dependencies]
rand = "0.3"
@@ -15,7 +15,7 @@ futures = "0.1"
futures-cpupool = "0.1"
num_cpus = "1"
crossbeam = "0.3"
pairing = "0.13"
pairing = "0.14"
byteorder = "1"
[features]