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 11[package ]
22name = " 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
44authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 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) ]
You can’t perform that action at this time.
0 commit comments