File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
noir-projects/noir-contracts/contracts
libs/token_portal_content_hash_lib
protocol/fee_juice_contract
avm_gadgets_test_contract Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ type = "contract"
88aztec = { path = " ../../../../aztec-nr/aztec" }
99token = { path = " ../token_contract" }
1010token_bridge = { path = " ../token_bridge_contract" }
11- keccak256 = { tag = " v0.1.0 " , git = " https://github.com/noir-lang/keccak256" }
11+ keccak256 = { tag = " v0.1.2 " , git = " https://github.com/noir-lang/keccak256" }
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ type = "lib"
66
77[dependencies ]
88aztec = { path = " ../../../../aztec-nr/aztec" }
9- keccak256 = { tag = " v0.1.0 " , git = " https://github.com/noir-lang/keccak256" }
9+ keccak256 = { tag = " v0.1.2 " , git = " https://github.com/noir-lang/keccak256" }
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ type = "contract"
66
77[dependencies ]
88aztec = { path = " ../../../../aztec-nr/aztec" }
9- keccak256 = { tag = " v0.1.0 " , git = " https://github.com/noir-lang/keccak256" }
9+ keccak256 = { tag = " v0.1.2 " , git = " https://github.com/noir-lang/keccak256" }
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ type = "contract"
66
77[dependencies ]
88aztec = { path = " ../../../../aztec-nr/aztec" }
9- keccak256 = { tag = " v0.1.0 " , git = " https://github.com/noir-lang/keccak256" }
9+ keccak256 = { tag = " v0.1.2 " , git = " https://github.com/noir-lang/keccak256" }
1010sha256 = { tag = " v0.3.0" , git = " https://github.com/noir-lang/sha256" }
1111poseidon = { tag = " v0.1.1" , git = " https://github.com/noir-lang/poseidon" }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type = "contract"
88aztec = { path = " ../../../../aztec-nr/aztec" }
99compressed_string = { path = " ../../../../aztec-nr/compressed-string" }
1010sha256 = { tag = " v0.3.0" , git = " https://github.com/noir-lang/sha256" }
11- keccak256 = { tag = " v0.1.0 " , git = " https://github.com/noir-lang/keccak256" }
11+ keccak256 = { tag = " v0.1.2 " , git = " https://github.com/noir-lang/keccak256" }
1212poseidon = { tag = " v0.1.1" , git = " https://github.com/noir-lang/poseidon" }
1313fee_juice = { path = " ../../protocol/fee_juice_contract" }
1414auth_contract = { path = " ../../protocol/auth_registry_contract" }
You can’t perform that action at this time.
0 commit comments