From 5f324fb7fcdb8bf84552b0336600d06b0279a0e0 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Wed, 24 Jan 2024 14:56:54 -0700 Subject: [PATCH] disable cbor by default --- rpc-toolkit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc-toolkit/Cargo.toml b/rpc-toolkit/Cargo.toml index 5604917..839835f 100644 --- a/rpc-toolkit/Cargo.toml +++ b/rpc-toolkit/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"] +default = [] [dependencies] axum = "0.7.3"