Merge pull request #7 from ebfull/fix-version

Change the version to 2.0 in the README.
This commit is contained in:
ebfull 2016-09-11 13:57:47 -06:00 committed by GitHub
commit f695ff29fd
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: