diff --git a/Cargo.toml b/Cargo.toml index 7c85129..f0fe6aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pairing" # Remember to change version string in README.md. -version = "0.13.0" +version = "0.13.1" authors = ["Sean Bowe "] license = "MIT/Apache-2.0" @@ -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 = []