Version bump

This commit is contained in:
Sean Bowe 2017-04-02 13:50:16 -06:00
parent c85330e11c
commit 6fb541e8a7
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.4.2"
version = "0.4.3"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
keywords = ["pairing","crypto","cryptography"]

View File

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