From bb1ced0bd7a1e73ce6123fbb1625d14f915069c0 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 25 Nov 2017 21:32:14 -0700 Subject: [PATCH] Update clippy version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e7cef649..f0fe6aa3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/ebfull/pairing" [dependencies] rand = "0.3" byteorder = "1" -clippy = { version = "0.0.165", optional = true } +clippy = { version = "0.0.174", optional = true } [features] unstable-features = []