Skip to content

Commit

Permalink
Update the htaml_root_url.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jan 29, 2021
1 parent 7d5cc49 commit fb26d4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
```
Expand Down Expand Up @@ -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))]
Expand Down

0 comments on commit fb26d4d

Please sign in to comment.