Update the htaml_root_url.

This commit is contained in:
Crozet Sébastien 2021-01-29 13:56:40 +01:00
parent 7d5cc4912d
commit fb26d4d0fb
1 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ Simply add the following to your `Cargo.toml` file:
```.ignore
[dependencies]
nalgebra = "0.23"
// TODO: replace the * by the latest version.
nalgebra = "*"
```
@ -82,7 +83,7 @@ an optimized set of tools for computer graphics and physics. Those features incl
#![deny(missing_docs)]
#![doc(
html_favicon_url = "https://nalgebra.org/img/favicon.ico",
html_root_url = "https://nalgebra.org/rustdoc"
html_root_url = "https://docs.rs/nalgebra/0.24.0"
)]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]