diff --git a/ndarray-rand/src/lib.rs b/ndarray-rand/src/lib.rs index 795e246d4..8ee2cda75 100644 --- a/ndarray-rand/src/lib.rs +++ b/ndarray-rand/src/lib.rs @@ -12,7 +12,7 @@ //! //! ## Note //! -//! `ndarray-rand` depends on [`rand` 0.8][rand]. +//! `ndarray-rand` depends on [`rand` 0.9][rand]. //! //! [`rand`][rand] and [`rand_distr`][rand_distr] //! are re-exported as sub-modules, [`ndarray_rand::rand`](rand) @@ -20,8 +20,8 @@ //! You can use these submodules for guaranteed version compatibility or //! convenience. //! -//! [rand]: https://docs.rs/rand/0.8 -//! [rand_distr]: https://docs.rs/rand_distr/0.4 +//! [rand]: https://docs.rs/rand/0.9 +//! [rand_distr]: https://docs.rs/rand_distr/0.5 //! //! If you want to use a random number generator or distribution from another crate //! with `ndarray-rand`, you need to make sure that the other crate also depends on the