about summary refs log tree commit diff
path: root/src/libarena
diff options
context:
space:
mode:
Diffstat (limited to 'src/libarena')
-rw-r--r--src/libarena/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libarena/lib.rs b/src/libarena/lib.rs
index 2099d3c01c4..770deb0a0e3 100644
--- a/src/libarena/lib.rs
+++ b/src/libarena/lib.rs
@@ -15,7 +15,7 @@
 //! of individual objects while the arena itself is still alive. The benefit
 //! of an arena is very fast allocation; just a pointer bump.
 
-#![crate_id = "arena#0.10-pre"]
+#![crate_id = "arena#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]