Pre-release 0.6.0-pre.1
diff --git a/Cargo.toml b/Cargo.toml
index 14ef71a..92863be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand"
-version = "0.6.0-pre.0" # NB: When modifying, also modify html_root_url in lib.rs
+version = "0.6.0-pre.1" # NB: When modifying, also modify html_root_url in lib.rs
 authors = ["The Rand Project Developers", "The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/src/lib.rs b/src/lib.rs
index 54badc0..1cac38f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -218,7 +218,7 @@
 
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
        html_favicon_url = "https://www.rust-lang.org/favicon.ico",
-       html_root_url = "https://docs.rs/rand/0.6.0-pre.0")]
+       html_root_url = "https://docs.rs/rand/0.6.0-pre.1")]
 
 #![deny(missing_docs)]
 #![deny(missing_debug_implementations)]