Another clippy update.

This commit is contained in:
Sean Bowe 2017-07-31 08:41:51 -06:00
parent ba2c9c7bf0
commit 34aa52b0f7
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
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.146", optional = true }
clippy = { version = "0.0.147", optional = true }
[features]
unstable-wnaf = []