From 34aa52b0f7bef705917252ea63e5a13fa01af551 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 31 Jul 2017 08:41:51 -0600 Subject: [PATCH] Another clippy update. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd46ece7d..9a068ae5f 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.146", optional = true } +clippy = { version = "0.0.147", optional = true } [features] unstable-wnaf = []