Merge pull request #17 from plutomonkey/update-rand-dependency

Update "rand" dependency to 0.4.
This commit is contained in:
ebfull 2018-03-04 20:45:28 -07:00 committed by GitHub
commit 33feb3763f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ repository = "https://github.com/ebfull/bellman"
version = "0.0.9" version = "0.0.9"
[dependencies] [dependencies]
rand = "0.3" rand = "0.4"
bit-vec = "0.4.4" bit-vec = "0.4.4"
futures = "0.1" futures = "0.1"
futures-cpupool = "0.1" futures-cpupool = "0.1"