From 09425ddc35d465e17e79aa8de63076ce5bed8bf3 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Wed, 10 Feb 2016 13:15:01 -0500 Subject: [PATCH] Bump version in Cargo.lock This was missed in 82a177e. Refs #805 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c5a39eb221a..5f9bd0c3218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rustfmt" -version = "0.2.1" +version = "0.3.0" dependencies = [ "diff 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",