Skip to content

Commit

Permalink
Merge pull request #70 from artichoke/release-v4.0.1
Browse files Browse the repository at this point in the history
Release v4.0.1 with updated rand_core version constraints
  • Loading branch information
lopopolo authored Feb 25, 2021
2 parents f230ec8 + 5b47047 commit 58d872d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rand_mt"
version = "4.0.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "4.0.1" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["David Creswick <dcrewi@gyrae.net>", "Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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.0.0")]
#![doc(html_root_url = "https://docs.rs/rand_mt/4.0.1")]
#![cfg_attr(not(feature = "std"), no_std)]

// Ensure code blocks in README.md compile
Expand Down

0 comments on commit 58d872d

Please sign in to comment.