From 92d2c132855a7394a61fbc24673e140dc1c3119b Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 4 Mar 2018 20:01:23 -0700 Subject: [PATCH] Release of pairing 0.14.0. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 608075721..b53db4356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pairing" # Remember to change version string in README.md. -version = "0.13.2" +version = "0.14.0" authors = ["Sean Bowe "] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index d9ef0b492..d71d0c512 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you're using a supported platform and the nightly Rust compiler, you can enab ```toml [dependencies.pairing] -version = "0.13" +version = "0.14" features = ["u128-support"] ```