File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vlayer/ethereum/circuits/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ authors = ["Arkadiusz Konior, Marek Kirejczyk"]
55compiler_version = " >=0.30.0"
66
77[dependencies ]
8- keccak256 = {tag = " v0.1.1 " , git = " https://github.com/noir-lang/keccak256" }
8+ keccak256 = {tag = " v0.1.2 " , git = " https://github.com/noir-lang/keccak256" }
99bignum = {tag = " v0.8.3" , git = " https://github.com/noir-lang/noir-bignum" }
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ compiler_version = ">=0.30.0"
55
66[dependencies ]
77ethereum = { path = " ../../../../ethereum/circuits/lib" }
8- keccak256 = {tag = " v0.1.1 " , git = " https://github.com/noir-lang/keccak256" }
8+ keccak256 = {tag = " v0.1.2 " , git = " https://github.com/noir-lang/keccak256" }
99bignum = {tag = " v0.8.3" , git = " https://github.com/noir-lang/noir-bignum" }
You can’t perform that action at this time.
0 commit comments