Auto merge of #21 - ebfull:bump-again, r=ebfull

Version bump to 0.10.1
This commit is contained in:
bmerge 2017-07-24 15:52:14 +00:00
commit aa5d634c04
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pairing"
version = "0.10.0"
version = "0.10.1"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
license = "MIT/Apache-2.0"
@ -12,7 +12,7 @@ repository = "https://github.com/ebfull/pairing"
[dependencies]
rand = "0.3"
byteorder = "1.1.0"
clippy = { version = "0.0.144", optional = true }
clippy = { version = "0.0.145", optional = true }
[features]
unstable-wnaf = []