From 34d57c5247a733129e1e2b00a31651700b369e68 Mon Sep 17 00:00:00 2001 From: mcarton Date: Sun, 13 Mar 2016 01:30:20 +0100 Subject: [PATCH] Bump to 0.0.51 It fixes a false positive in mustache. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 853815e049f7..cb9ad5ffedcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.50" +version = "0.0.51" authors = [ "Manish Goregaokar ", "Andre Bogus ",