Skip to content

Commit 9fb016f

Browse files
authored
drop byte-align mem support for better performance (#242)
1 parent 252dc6d commit 9fb016f

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
@@ -61,7 +61,7 @@ openvm-rv32im-transpiler = { git = "https://github.com/openvm-org/openvm.git", t
6161
openvm-sdk = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.1", default-features = false, features = [
6262
"parallel",
6363
"evm-prove",
64-
"legacy-v1-3",
64+
"legacy-v1-3-evm-verifier",
6565
"tco",
6666
"unprotected"
6767
] }

0 commit comments

Comments
 (0)