diff --git a/Cargo.toml b/Cargo.toml index 3177874..6064d04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bn" -version = "0.4.2" +version = "0.4.3" authors = ["Sean Bowe "] description = "Pairing cryptography with the Barreto-Naehrig curve" keywords = ["pairing","crypto","cryptography"] diff --git a/README.md b/README.md index fc88a08..d79eaec 100644 --- a/README.md +++ b/README.md @@ -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: