Skip to content

Commit be9c864

Browse files
committed
Pre-release 0.6.0-pre.1
1 parent d9a960f commit be9c864

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.0" # NB: When modifying, also modify html_root_url in lib.rs
3+
version = "0.6.0-pre.1" # 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
@@ -218,7 +218,7 @@
218218

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

223223
#![deny(missing_docs)]
224224
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)