Merge pull request #259 from burtonageo/update_readme

update crate documentation to point to latest crates.io version
This commit is contained in:
Eduard Bopp 2017-07-13 03:09:17 +02:00 committed by GitHub
commit 69fd070d50
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Simply add the following to your `Cargo.toml` file:
```.ignore
[dependencies]
nalgebra = "0.11"
nalgebra = "0.12"
```