We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a33a16 commit a718229Copy full SHA for a718229
Cargo.toml
@@ -91,6 +91,8 @@ codegen-units = 1
91
debug = true
92
93
[patch.crates-io]
94
+zksync_os_interface = { git = "https://github.com/matter-labs/zksync-os-interface", branch = "alocascio-update-errors" }
95
+zksync_os_evm_errors = { git = "https://github.com/matter-labs/zksync-os-interface", branch = "alocascio-update-errors" }
96
#zksync_os_evm_errors = { path = "../zksync-os-interface/crates/evm-errors" }
97
#zksync_os_interface = { path = "../zksync-os-interface/crates/interface" }
98
0 commit comments