Change the version to 2.0 in the README.

This commit is contained in:
Sean Bowe
2016-09-11 13:57:24 -06:00
parent 4c45abcb2b
commit 2c43498b9e
+1 -1
View File
@@ -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: