From ba2c9c7bf0a19d359b845146c91485eea557d8f2 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 30 Jul 2017 01:12:35 -0600 Subject: [PATCH] Clippy update. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34e3073b3..bd46ece7d 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.145", optional = true } +clippy = { version = "0.0.146", optional = true } [features] unstable-wnaf = []