From 7f68fd56fbc61a078a87044a42c721662a541ec7 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Thu, 14 Jul 2016 20:07:29 -0400 Subject: [PATCH] Fix publishing to crates.io [ci skip] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba6c0d98..e369c911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ scoped-pool = "^0.1.8" [dependencies.clippy] optional = true -version = "*" +version = "^0.0.79" [dev-dependencies.image] version = "^0.8.0"