From 122d2b161d380c23da15f4ee6fc6a648917a25b7 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Mon, 14 Aug 2017 16:41:55 +0100 Subject: [PATCH] Update clippy to 0.0.151. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a19bc0038..9cb5e3d27 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.148", optional = true } +clippy = { version = "0.0.151", optional = true } [features] unstable-wnaf = []