]> git.lizzy.rs Git - rust.git/blobdiff - src/librand/lib.rs
Update to 0.11.0
[rust.git] / src / librand / lib.rs
index 769b23a7e7bf9ea1254bb581d71b421345d993db..6195756e4c0825a7a9000ae1ce54d9cdfe9fcb06 100644 (file)
 //! is not recommended to use this library directly, but rather the official
 //! interface through `std::rand`.
 
-#![crate_id = "rand#0.11.0-pre"]
+#![crate_id = "rand#0.11.0"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
-       html_root_url = "http://doc.rust-lang.org/",
+       html_root_url = "http://doc.rust-lang.org/0.11.0/",
        html_playground_url = "http://play.rust-lang.org/")]
 
 #![feature(macro_rules, phase, globs)]