Auto merge of #64 - ebfull:bump-13, r=ebfull

Bump version to 0.13.0

After #58 and #63 are merged.
This commit is contained in:
bmerge 2017-10-12 17:20:04 +00:00
commit 48044a853f
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.12.0"
version = "0.13.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.12"
version = "0.13"
features = ["u128-support"]
```