about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-03-31 13:11:35 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-03-31 14:40:44 -0700
commita5681d25906fd07eee00dd430a1053ff722da26a (patch)
treebf80094b92597932f7bd3e1c6e9a8b3d5cfec1cd /src/libhexfloat
parenta7e057d402a345f547e67a326871621472d04035 (diff)
downloadrust-a5681d25906fd07eee00dd430a1053ff722da26a.tar.gz
rust-a5681d25906fd07eee00dd430a1053ff722da26a.zip
Bump version to 0.10
Diffstat (limited to 'src/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs
index 3ed0d598dd8..41b4132400f 100644
--- a/src/libhexfloat/lib.rs
+++ b/src/libhexfloat/lib.rs
@@ -36,7 +36,7 @@ fn main() {
 
 */
 
-#![crate_id = "hexfloat#0.10-pre"]
+#![crate_id = "hexfloat#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]