Update clippy to 0.0.151.

This commit is contained in:
Jason Davies 2017-08-14 16:41:55 +01:00
parent d2f47cfa2d
commit 122d2b161d
1 changed files with 1 additions and 1 deletions

View File

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