]> git.lizzy.rs Git - rust.git/blobdiff - src/librlibc/lib.rs
Update to 0.11.0
[rust.git] / src / librlibc / lib.rs
index 0d917e20c25c6e15feec8f880c91554b9b43df60..144479e882d8a68177f815e12d9baad8f2c0f81c 100644 (file)
 //! necessary. It is an error to include this library when also linking with
 //! the system libc library.
 
-#![crate_id = "rlibc#0.11.0-pre"]
+#![crate_id = "rlibc#0.11.0"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.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/")]
 #![feature(intrinsics)]
 #![allow(unknown_features)] // NOTE: remove after stage0 snapshot