diff --git a/Cargo.toml b/Cargo.toml index c0457a2c9..4c76c639d 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 21086e82f..9b3ae6fd2 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"] ```