Auto merge of #65 - ebfull:byteorder-version, r=ebfull

Use 1 for the byteorder crate's version.
This commit is contained in:
bmerge
2017-10-12 17:48:25 +00:00

View File

@@ -13,7 +13,7 @@ repository = "https://github.com/ebfull/pairing"
[dependencies]
rand = "0.3"
byteorder = "1.1.0"
byteorder = "1"
clippy = { version = "0.0.165", optional = true }
[features]