From ca5efdcebefb0f7ff2f0096c14e66cbd316ad8bc Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Tue, 1 Aug 2017 11:23:42 -0600 Subject: [PATCH] Update clippy again. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a068ae..a19bc00 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.147", optional = true } +clippy = { version = "0.0.148", optional = true } [features] unstable-wnaf = []