about summary refs log tree commit diff
path: root/src/libflate
diff options
context:
space:
mode:
Diffstat (limited to 'src/libflate')
-rw-r--r--src/libflate/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs
index d44dfbef253..3de966349ae 100644
--- a/src/libflate/lib.rs
+++ b/src/libflate/lib.rs
@@ -14,7 +14,7 @@ Simple compression
 
 */
 
-#![crate_id = "flate#0.10-pre"]
+#![crate_id = "flate#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]