From 82a177e486aa547b2e07f4ebbf5d87211805d024 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 9 Feb 2016 17:28:45 +1300 Subject: [PATCH] Version bump Fixes #805 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78b359de177..94ff9ce1ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt" -version = "0.2.1" +version = "0.3.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"