pairing 0.18.0

This commit is contained in:
Jack Grigg 2020-09-08 22:45:17 +01:00
parent 51958fd947
commit 07aba01ef4
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name = "pairing"
# Remember to change version string in README.md.
version = "0.17.0"
version = "0.18.0"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
@ -12,8 +12,8 @@ license = "MIT/Apache-2.0"
description = "Pairing-friendly elliptic curve library"
documentation = "https://docs.rs/pairing/"
homepage = "https://github.com/ebfull/pairing"
repository = "https://github.com/ebfull/pairing"
homepage = "https://github.com/zkcrypto/pairing"
repository = "https://github.com/zkcrypto/pairing"
edition ="2018"
[dependencies]