From 81d18147fd0ca9725b820c010c006e8a2cada322 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Wed, 17 Dec 2025 16:28:38 -0700 Subject: [PATCH] remove ts-rs default feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9025785..4ef9795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/Start9Labs/rpc-toolkit" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] cbor = ["serde_cbor"] -default = ["cbor", "ts-rs"] +default = ["cbor"] [dependencies] axum = "0.8"