From 6cae23f69cb0afd5fa9f8ac1037cd15417795ac3 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Sun, 31 Jan 2016 22:37:59 -0800 Subject: [PATCH] Update clippy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b7c7d7..bea8a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" repository = "https://github.com/achanda/ipnetwork" [dependencies] -clippy = {version = "0.0.21", optional = true} +clippy = {version = "0.0.37", optional = true} ip = "1.0.0" [features]