From 17628aa162e7a71baf6466874e5e7cbd3ec41709 Mon Sep 17 00:00:00 2001 From: iPLAY888 <133153661+letmehateu@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:27:22 +0300 Subject: [PATCH] Update Cargo.toml --- crates/cli/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9bdf8ca6c..30f42b735 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -21,6 +21,5 @@ anyhow = { version = "1.0.83", features = ["backtrace"] } clap = { version = "4.5.9", features = ["derive", "env"] } zkm-build = { workspace = true } zkm-sdk = { workspace = true } -zkm-core-machine = { workspace = true } yansi = "1.0.1" cargo_metadata = "0.18.1"