diff --git a/README.md b/README.md index 0587cc0..13a3723 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.1.*" +bn = "0.2.*" ``` ...and add an `extern crate` declaration to your crate root: