From d53edf7b6152c96c8fe583227bf7ec689b8e1232 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 22 Aug 2025 08:28:38 -0300 Subject: [PATCH] remove unused dep --- nssa/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/nssa/Cargo.toml b/nssa/Cargo.toml index 3ec3947..0939c39 100644 --- a/nssa/Cargo.toml +++ b/nssa/Cargo.toml @@ -15,7 +15,6 @@ rand = "0.8" borsh = "1.5.7" bytemuck = "1.13" hex = "0.4.3" -anyhow.workspace = true [dev-dependencies] test-program-methods = { path = "test_program_methods" }