commit | b46c147fedd5c744f63c6941de75e738e6c5047b | [log] [tgz] |
---|---|---|
author | Nick Cameron <ncameron@mozilla.com> | Thu Apr 06 21:29:26 2017 +1200 |
committer | Nick Cameron <ncameron@mozilla.com> | Thu Apr 06 21:29:26 2017 +1200 |
tree | 70adf177ea733863c047864c52e1d2ea2dca4b57 | |
parent | bdcb8d663e6b413e7a837cf5eeff5b8b78f722b6 [diff] |
0.8.3 Because I forgot to merge a PR into 0.8.2 that I really wanted :-(
diff --git a/Cargo.toml b/Cargo.toml index a712d2d..1629dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,7 +1,7 @@ [package] name = "rustfmt" -version = "0.8.2" +version = "0.8.3" authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt"