update the version number in the documentation

from 0.21 to 0.23
This commit is contained in:
Südi Tamás 2020-12-16 18:35:13 +01:00 committed by GitHub
parent dda1ae75e6
commit b01d01d486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.21"
nalgebra = "0.23"
```