Bump version to 0.12.0.

This commit is contained in:
Sean Bowe 2017-09-28 16:52:12 -06:00
parent 3e1562445a
commit 927febe4e8
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.11.0"
version = "0.12.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.11"
version = "0.12"
features = ["u128-support"]
```