Account for change in bellman's API for enforcement to use closures.

This commit is contained in:
Sean Bowe
2018-02-07 16:26:57 -07:00
parent c8cc190781
commit 683aa93b44
7 changed files with 172 additions and 167 deletions

View File

@@ -16,7 +16,7 @@ features = ["expose-arith"]
rand = "0.3"
blake2 = "0.7"
digest = "0.7"
bellman = "0.0.7"
bellman = "0.0.8"
[features]
default = ["u128-support"]