Update to bellman 0.1

This commit is contained in:
Sean Bowe 2018-04-06 13:29:58 -06:00
parent 45c73dbd8f
commit e554b473dd
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ features = ["expose-arith"]
[dependencies]
rand = "0.4"
digest = "0.7"
bellman = "0.0.9"
bellman = "0.1"
byteorder = "1"
[dependencies.blake2-rfc]