File tree Expand file tree Collapse file tree 10 files changed +10
-15
lines changed Expand file tree Collapse file tree 10 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rand_hc"
3- version = " 0.4 .0"
3+ version = " 0.5.0-rc .0"
44authors = [" The Rand Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 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) ]
Original file line number Diff line number Diff line change 11[package ]
22name = " 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 "
44authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 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) ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rand_jitter"
3- version = " 0.5 .0"
3+ version = " 0.6.0-rc .0"
44authors = [" The Rand Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 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) ]
Original file line number Diff line number Diff line change 11[package ]
22name = " 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 "
44authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 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) ]
Original file line number Diff line number Diff line change 11[package ]
22name = " 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 "
44authors = [" The Rand Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 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) ]
You can’t perform that action at this time.
0 commit comments