diff --git a/Cargo.toml b/Cargo.toml index bf6cb84c3..ba0a0a2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_mt" -version = "4.1.3" # remember to set `html_root_url` in `src/lib.rs`. +version = "4.2.0" # remember to set `html_root_url` in `src/lib.rs`. authors = ["David Creswick ", "Ryan Lopopolo "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/README.md b/README.md index 2d13b1c10..cc35c559f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -rand_mt = "4.1.3" +rand_mt = "4.2.0" ``` Then create a RNG like: diff --git a/src/lib.rs b/src/lib.rs index e21af324b..b31150ca0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -90,7 +90,7 @@ //! [`rand_core`]: https://crates.io/crates/rand_core //! [`std::error::error`]: https://doc.rust-lang.org/std/error/trait.Error.html -#![doc(html_root_url = "https://docs.rs/rand_mt/4.1.3")] +#![doc(html_root_url = "https://docs.rs/rand_mt/4.2.0")] #![no_std] // Ensure code blocks in README.md compile