From f111008d6634d5113ccfd340f7db098258194a01 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 23 Jul 2017 20:21:08 -0600 Subject: [PATCH 1/2] Version bump to 0.10.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7dcb2f..bb8295a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pairing" -version = "0.10.0" +version = "0.10.1" authors = ["Sean Bowe "] license = "MIT/Apache-2.0" From 7960f69ba9e110ae27296512c33afa2e00be20cc Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 24 Jul 2017 09:51:20 -0600 Subject: [PATCH 2/2] Use newer version of clippy. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb8295a..677fe6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/ebfull/pairing" [dependencies] rand = "0.3" byteorder = "1.1.0" -clippy = { version = "0.0.144", optional = true } +clippy = { version = "0.0.145", optional = true } [features] unstable-wnaf = []