From c5ba6e77677f8a2fa09118663e1e28edd48054c3 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Wed, 14 Nov 2018 10:46:23 +0000 Subject: [PATCH] Update version number for 0.6 release --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92863be4f74..c44675ed4bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand" -version = "0.6.0-pre.1" # NB: When modifying, also modify html_root_url in lib.rs +version = "0.6.0" # 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 ef296d08a17..8f1d1d17a70 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,7 +49,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.1")] + html_root_url = "https://docs.rs/rand/0.6.0")] #![deny(missing_docs)] #![deny(missing_debug_implementations)]