about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-06-27 11:07:26 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-06-27 12:50:16 -0700
commitaa1163b92de7717eb7c5eba002b4012e0574a7fe (patch)
tree7b18828f0f63693271cb4f38da4b80e1cc418f2e /src/liballoc
parent1fefa5b5149211c7acd11fd2ab78d9ca9873ed92 (diff)
downloadrust-aa1163b92de7717eb7c5eba002b4012e0574a7fe.tar.gz
rust-aa1163b92de7717eb7c5eba002b4012e0574a7fe.zip
Update to 0.11.0 0.11.0
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index e89a9c019bb..29293366e50 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -60,7 +60,7 @@
 //! by libc malloc/free.  The `libc_heap` module is defined to be wired up to
 //! the system malloc/free.
 
-#![crate_id = "alloc#0.11.0-pre"]
+#![crate_id = "alloc#0.11.0"]
 #![experimental]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]