From 7960f69ba9e110ae27296512c33afa2e00be20cc Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 24 Jul 2017 09:51:20 -0600 Subject: [PATCH] Use newer version of clippy. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb8295ace..677fe6ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/ebfull/pairing" [dependencies] rand = "0.3" byteorder = "1.1.0" -clippy = { version = "0.0.144", optional = true } +clippy = { version = "0.0.145", optional = true } [features] unstable-wnaf = []