about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-12 21:45:13 -0700
committerbors <bors@rust-lang.org>2014-05-12 21:45:13 -0700
commit967366e988a811ae0fb47d3ad5ce0499a1414a43 (patch)
treec42be234281609b117790f1c0b6d9db800543e5e /src/libhexfloat
parent1ee5e7f18511b95ddb83e725d46de0fee43825cf (diff)
parent5001a666650962f00137f126247c50fa1188a599 (diff)
downloadrust-967366e988a811ae0fb47d3ad5ce0499a1414a43.tar.gz
rust-967366e988a811ae0fb47d3ad5ce0499a1414a43.zip
auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichton
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 fac4eaf9fe5..ac64f04c6fd 100644
--- a/src/libhexfloat/lib.rs
+++ b/src/libhexfloat/lib.rs
@@ -36,7 +36,7 @@ fn main() {
 
 */
 
-#![crate_id = "hexfloat#0.11-pre"]
+#![crate_id = "hexfloat#0.11.0-pre"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]