Version bump.

This commit is contained in:
Sean Bowe 2016-10-14 13:15:54 -06:00
parent c9e1b24d63
commit bf87f34550
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] [package]
name = "bn" name = "bn"
version = "0.4.0" version = "0.4.1"
authors = ["Sean Bowe <ewillbefull@gmail.com>"] authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Pairing cryptography with the Barreto-Naehrig curve" description = "Pairing cryptography with the Barreto-Naehrig curve"
keywords = ["pairing","crypto","cryptography"] keywords = ["pairing","crypto","cryptography"]

View File

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