Version bump of all crates (except librustzcash)

This commit is contained in:
Sean Bowe
2020-03-12 15:59:19 -06:00
parent f3f8964001
commit 100878cd14
11 changed files with 62 additions and 62 deletions

View File

@@ -2,7 +2,7 @@
name = "pairing"
# Remember to change version string in README.md.
version = "0.15.1"
version = "0.16.0"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
@@ -18,8 +18,8 @@ edition ="2018"
[dependencies]
byteorder = "1"
ff = { version = "^0.5.2", path = "../ff", features = ["derive"] }
group = { version = "0.2.0", path = "../group" }
ff = { version = "0.6", path = "../ff", features = ["derive"] }
group = { version = "0.6", path = "../group" }
rand_core = "0.5"
[dev-dependencies]