From a466fafe61dbaf1c16106df698bf830751ed8b5c Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Mon, 16 Dec 2024 12:57:00 -0600 Subject: [PATCH] chore: clean up and cargo fmt --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 34a50ce4..ebd7d1d8 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "anvil-zksync" # Compatible with the legacy bin crate name +name = "anvil-zksync" # Compatible with the legacy bin crate name description = "anvil-zksync CLI" version.workspace = true edition.workspace = true