From 67edc325c6c35475593ac54d3704f474c09d059e Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 13 May 2016 12:34:55 -0700 Subject: [PATCH] 0.5 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69ed0a108c7..6fe6bc05d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt" -version = "0.4.0" +version = "0.5.0" authors = ["Nicholas Cameron ", "Marcus Klaas ", "The Rustfmt contributors"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt"