about summary refs log tree commit diff
path: root/src/liburl/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/liburl/lib.rs')
-rw-r--r--src/liburl/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liburl/lib.rs b/src/liburl/lib.rs
index 41bfa7e3ef8..749e3b45953 100644
--- a/src/liburl/lib.rs
+++ b/src/liburl/lib.rs
@@ -10,7 +10,7 @@
 
 //! Types/fns concerning URLs (see RFC 3986)
 
-#![crate_id = "url#0.10-pre"]
+#![crate_id = "url#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]