From 39c25cd506268088cd6ad700901986273ec70daa Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Tue, 10 Oct 2017 01:54:53 -0600 Subject: [PATCH] Bump version to 0.13.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bac829e..746af9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pairing" # Remember to change version string in README.md. -version = "0.12.0" +version = "0.13.0" authors = ["Sean Bowe "] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index 9b3ae6f..d9ef0b4 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.12" +version = "0.13" features = ["u128-support"] ```