From 0692bf9ce7d0805c94a2bc524d89299949ecd194 Mon Sep 17 00:00:00 2001 From: skoupidi Date: Sat, 3 Jan 2026 17:40:03 +0200 Subject: [PATCH] Cargo.toml: reverted zk feature back to asyn-sdk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c856c6ea2..aea311c9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -287,7 +287,7 @@ zk = [ "halo2_gadgets", "rand", - "darkfi-sdk", + "async-sdk", "zkas", ]