]> git.lizzy.rs Git - rust.git/blobdiff - src/libregex_macros/lib.rs
Update to 0.11.0
[rust.git] / src / libregex_macros / lib.rs
index ff5cada05ea2e18adbc63282cbbdf86d075d5567..530b15c116d8b3e03918575ef14bc8170e20bac6 100644 (file)
 //! This crate provides the `regex!` macro. Its use is documented in the
 //! `regex` crate.
 
-#![crate_id = "regex_macros#0.11.0-pre"]
+#![crate_id = "regex_macros#0.11.0"]
 #![crate_type = "dylib"]
 #![experimental]
 #![license = "MIT/ASL2"]
 #![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(plugin_registrar, managed_boxes, quote)]