update crate documentation to point to latest

This commit is contained in:
George Burton 2017-05-20 19:39:02 +01:00
parent 119499beeb
commit 7b17fa58e8
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"
```