Version bump

This commit is contained in:
Sean Bowe 2016-09-12 16:02:58 -06:00
parent f40abe6dc3
commit df2deaa1ff
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bn"
version = "0.2.1"
version = "0.2.2"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
keywords = ["pairing","crypto","cryptography"]

View File

@ -12,7 +12,7 @@ Add the `bn` crate to your dependencies in `Cargo.toml`...
```toml
[dependencies]
bn = "0.2.1"
bn = "0.2.2"
```
...and add an `extern crate` declaration to your crate root: