From 05559fc8a4da2f3986d5716df8ddb9729bcbb5cc Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 16 Jun 2017 16:50:53 +1200 Subject: [PATCH] nightly-0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1d0d5f3c5d..900674154e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "0.1.2" +version = "0.1.3" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt"