diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-06-27 11:07:26 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-27 12:50:16 -0700 |
| commit | aa1163b92de7717eb7c5eba002b4012e0574a7fe (patch) | |
| tree | 7b18828f0f63693271cb4f38da4b80e1cc418f2e /src/libfmt_macros | |
| parent | 1fefa5b5149211c7acd11fd2ab78d9ca9873ed92 (diff) | |
| download | rust-0.11.0.tar.gz rust-0.11.0.zip | |
Update to 0.11.0 0.11.0
Diffstat (limited to 'src/libfmt_macros')
| -rw-r--r-- | src/libfmt_macros/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfmt_macros/lib.rs b/src/libfmt_macros/lib.rs index 90023ab0fc5..b9c0fcce52d 100644 --- a/src/libfmt_macros/lib.rs +++ b/src/libfmt_macros/lib.rs @@ -14,7 +14,7 @@ //! Parsing does not happen at runtime: structures of `std::fmt::rt` are //! generated instead. -#![crate_id = "fmt_macros#0.11.0-pre"] +#![crate_id = "fmt_macros#0.11.0"] #![experimental] #![license = "MIT/ASL2"] #![crate_type = "rlib"] |
