Browse Source

Auto merge of #73 - plutomonkey:update-rand-dependency, r=ebfull

Update "rand" dependency to 0.4.
master
bmerge 7 years ago
parent
commit
d51a5b0122
  1. 2
      Cargo.toml

2
Cargo.toml

@ -12,7 +12,7 @@ homepage = "https://github.com/ebfull/pairing"
repository = "https://github.com/ebfull/pairing"
[dependencies]
rand = "0.3"
rand = "0.4"
byteorder = "1"
clippy = { version = "0.0.186", optional = true }

Loading…
Cancel
Save