Bump version.

This commit is contained in:
Sean Bowe 2016-09-11 21:33:24 -06:00
parent 03521652c5
commit ebab8be317
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.0"
version = "0.2.1"
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.*"
bn = "0.2.1"
```
...and add an `extern crate` declaration to your crate root: