From faab8a9d56bfe9423804f2a43f356a8687a93e6a Mon Sep 17 00:00:00 2001 From: Alejandro Vaz Date: Mon, 31 Aug 2026 17:30:29 +0200 Subject: [PATCH] chore: removed unnecessary borsh feature --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bef872..9f03a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ specialization = [] may_dangle = [] serde = ["dep:serde_core"] internals = [] -borsh = ["dep:borsh"] [dependencies] arbitrary = { version = "1.4", optional = true, default-features = false }