From 566f1004801ae28af3a22c400db41c6de5d9859f Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 25 Nov 2017 21:01:55 -0700 Subject: [PATCH 1/2] Release of 0.13.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c85129..9e7cef6 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" From bb1ced0bd7a1e73ce6123fbb1625d14f915069c0 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 25 Nov 2017 21:32:14 -0700 Subject: [PATCH 2/2] Update clippy version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e7cef6..f0fe6aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []