From 927febe4e893046758ee1d378be5b8faebece7fa Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 28 Sep 2017 16:52:12 -0600 Subject: [PATCH] Bump version to 0.12.0. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0457a2..4c76c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pairing" # Remember to change version string in README.md. -version = "0.11.0" +version = "0.12.0" authors = ["Sean Bowe "] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index 21086e8..9b3ae6f 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.11" +version = "0.12" features = ["u128-support"] ```