From f85079d62ac4375138fcf65f26207e7fd9e34a0d Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 13 Jun 2017 14:33:17 +1200 Subject: [PATCH] 0.8.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcf4a3670b2c..75a8ce749749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt" -version = "0.8.5" +version = "0.8.6" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt"