From 17a2414d26cbeed91ae539410927165ba2142e3c Mon Sep 17 00:00:00 2001 From: Igor Zhirkov Date: Fri, 7 Feb 2025 15:44:32 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c71e8647..6b7db671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,4 +98,4 @@ zksync_error = { path = "crates/zksync_error" } ######################### # Build dependencies # ######################### -zksync-error-codegen = { git = "https://github.com/matter-labs/zksync-error", branch = "dev" } +zksync-error-codegen = { git = "https://github.com/matter-labs/zksync-error", branch = "main" }