We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 939c8a3 + c5ba6e7 commit 2eb51c6Copy full SHA for 2eb51c6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand"
3
-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
4
authors = ["The Rand Project Developers", "The Rust Project Developers"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
src/lib.rs
@@ -49,7 +49,7 @@
49
50
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
51
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
52
- html_root_url = "https://docs.rs/rand/0.6.0-pre.1")]
+ html_root_url = "https://docs.rs/rand/0.6.0")]
53
54
#![deny(missing_docs)]
55
#![deny(missing_debug_implementations)]
0 commit comments