Skip to content

Commit 6f3df77

Browse files
committed
update keccak256 version
1 parent acbac40 commit 6f3df77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereum/circuits/lib/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Arkadiusz Konior, Marek Kirejczyk"]
55
compiler_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" }
99
bignum = {tag = "v0.8.3", git = "https://github.com/noir-lang/noir-bignum" }

vlayer/ethereum/circuits/lib/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ compiler_version = ">=0.30.0"
55

66
[dependencies]
77
ethereum = { 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" }
99
bignum = {tag = "v0.8.3", git = "https://github.com/noir-lang/noir-bignum" }

0 commit comments

Comments
 (0)