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
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

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: