File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 218
218
219
219
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
220
220
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 " ) ]
222
222
223
223
#![ deny( missing_docs) ]
224
224
#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments