Browse Source

Release of pairing 0.14.0.

master
Sean Bowe 7 years ago
parent
commit
92d2c13285
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
  1. 2
      Cargo.toml
  2. 2
      README.md

2
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 <[email protected]>"]
license = "MIT/Apache-2.0"

2
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"]
```

Loading…
Cancel
Save