Skip to content

Commit e8065a4

Browse files
authored
Merge pull request #76 from rust-random/push-pxyrvtzxnvpy
Bump versions for next pre-releases
2 parents 14cc0a1 + 1ad6b51 commit e8065a4

File tree

10 files changed

+10
-15
lines changed

10 files changed

+10
-15
lines changed

rand_hc/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_hc"
3-
version = "0.4.0"
3+
version = "0.5.0-rc.0"
44
authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

rand_hc/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
1313
#![doc(
1414
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
15-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
16-
html_root_url = "https://rust-random.github.io/rand/"
15+
html_favicon_url = "https://www.rust-lang.org/favicon.ico"
1716
)]
1817
#![forbid(unsafe_code)]
1918
#![deny(missing_docs)]

rand_isaac/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_isaac"
3-
version = "0.4.0" # NB: When modifying, also modify html_root_url in lib.rs
3+
version = "0.5.0-rc.0"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

rand_isaac/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
1313
#![doc(
1414
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
15-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
16-
html_root_url = "https://docs.rs/rand_isaac/0.4.0"
15+
html_favicon_url = "https://www.rust-lang.org/favicon.ico"
1716
)]
1817
#![deny(missing_docs)]
1918
#![deny(missing_debug_implementations)]

rand_jitter/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_jitter"
3-
version = "0.5.0"
3+
version = "0.6.0-rc.0"
44
authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

rand_jitter/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
4444
#![doc(
4545
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
46-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
47-
html_root_url = "https://rust-random.github.io/rand/"
46+
html_favicon_url = "https://www.rust-lang.org/favicon.ico"
4847
)]
4948
#![deny(missing_docs)]
5049
#![deny(missing_debug_implementations)]

rand_xorshift/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_xorshift"
3-
version = "0.4.0" # NB: When modifying, also modify html_root_url in lib.rs
3+
version = "0.5.0-rc.0"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

rand_xorshift/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
2323
#![doc(
2424
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
25-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
26-
html_root_url = "https://docs.rs/rand_xorshift/0.4.0"
25+
html_favicon_url = "https://www.rust-lang.org/favicon.ico"
2726
)]
2827
#![forbid(unsafe_code)]
2928
#![deny(missing_docs)]

rand_xoshiro/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_xoshiro"
3-
version = "0.7.0" # NB: When modifying, also modify html_root_url in lib.rs
3+
version = "0.8.0-rc.0"
44
authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

rand_xoshiro/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
8383
#![doc(
8484
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
85-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
86-
html_root_url = "https://docs.rs/rand_xoshiro/0.7.0"
85+
html_favicon_url = "https://www.rust-lang.org/favicon.ico"
8786
)]
8887
#![forbid(unsafe_code)]
8988
#![deny(missing_docs)]

0 commit comments

Comments
 (0)