Release of pairing 0.14.0.

This commit is contained in:
Sean Bowe 2018-03-04 20:01:23 -07:00
parent d51a5b0122
commit 92d2c13285
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "pairing"
# Remember to change version string in README.md.
version = "0.13.2"
version = "0.14.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
license = "MIT/Apache-2.0"

View File

@ -10,7 +10,7 @@ If you're using a supported platform and the nightly Rust compiler, you can enab
```toml
[dependencies.pairing]
version = "0.13"
version = "0.14"
features = ["u128-support"]
```