diff --git a/Cargo.toml b/Cargo.toml index 4906892..c058720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bn" -version = "0.2.0" +version = "0.2.1" authors = ["Sean Bowe "] description = "Pairing cryptography with the Barreto-Naehrig curve" keywords = ["pairing","crypto","cryptography"] diff --git a/README.md b/README.md index 13a3723..08c457f 100644 --- a/README.md +++ b/README.md @@ -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: