Skip to content

Commit d5c2e7c

Browse files
committed
fix package name
1 parent 1d86d0a commit d5c2e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ snark_wrapper = "=0.30.14"
3737

3838
# zksync-protocol repository
3939
circuit_definitions = { git = "https://github.com/matter-labs/zksync-crypto-gpu.git", tag = "v0.150.21", package = "circuit_definitions" }
40-
zkevm_test_harness = { git = "https://github.com/matter-labs/zksync-crypto-gpu.git", tag = "v0.150.21", package = "circuit_definitions" }
40+
zkevm_test_harness = { git = "https://github.com/matter-labs/zksync-crypto-gpu.git", tag = "v0.150.21", package = "zkevm_test_harness" }
4141

4242
[profile.release]
4343
debug = "line-tables-only"

0 commit comments

Comments
 (0)