diff options
| author | bors <bors@rust-lang.org> | 2014-05-12 21:45:13 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-12 21:45:13 -0700 |
| commit | 967366e988a811ae0fb47d3ad5ce0499a1414a43 (patch) | |
| tree | c42be234281609b117790f1c0b6d9db800543e5e /src/libhexfloat | |
| parent | 1ee5e7f18511b95ddb83e725d46de0fee43825cf (diff) | |
| parent | 5001a666650962f00137f126247c50fa1188a599 (diff) | |
| download | rust-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.rs | 2 |
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"] |
