Browse Source

Clippy update.

master
Sean Bowe 7 years ago
parent
commit
ba2c9c7bf0
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
  1. 2
      Cargo.toml

2
Cargo.toml

@ -12,7 +12,7 @@ repository = "https://github.com/ebfull/pairing"
[dependencies]
rand = "0.3"
byteorder = "1.1.0"
clippy = { version = "0.0.145", optional = true }
clippy = { version = "0.0.146", optional = true }
[features]
unstable-wnaf = []

Loading…
Cancel
Save