From b34ac92f86e4355292fee22f65e07498cb58aebc Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 14 Jun 2017 16:38:14 +1200 Subject: [PATCH] v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index caf66bf4f74..4d239c6a039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "0.1.0" +version = "0.1.1" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt"