Browse Source

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

Use 1 for the byteorder crate's version.
master
bmerge 7 years ago
parent
commit
5d9f77f5bf
  1. 2
      Cargo.toml

2
Cargo.toml

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

Loading…
Cancel
Save