Skip to content

Commit 2eb51c6

Browse files
authored
Merge pull request #640 from dhardy/master
Update version number for 0.6 release
2 parents 939c8a3 + c5ba6e7 commit 2eb51c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.6.0-pre.1" # NB: When modifying, also modify html_root_url in lib.rs
3+
version = "0.6.0" # NB: When modifying, also modify html_root_url in lib.rs
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
5151
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
52-
html_root_url = "https://docs.rs/rand/0.6.0-pre.1")]
52+
html_root_url = "https://docs.rs/rand/0.6.0")]
5353

5454
#![deny(missing_docs)]
5555
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)