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 = []