summary refs log tree commit diff
path: root/src/librustuv
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustuv')
-rw-r--r--src/librustuv/lib.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/librustuv/lib.rs b/src/librustuv/lib.rs
index 74caf86a631..65a311fcf5d 100644
--- a/src/librustuv/lib.rs
+++ b/src/librustuv/lib.rs
@@ -34,11 +34,15 @@ via `close` and `delete` methods.
 
 */
 
-#![crate_id = "rustuv#0.11.0-pre"]
+#![crate_id = "rustuv#0.11.0"]
 #![experimental]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
+#![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/0.11.0/",
+       html_playground_url = "http://play.rust-lang.org/")]
 
 #![feature(macro_rules, unsafe_destructor)]
 #![deny(unused_result, unused_must_use)]