From 4b4b0432dd9ca1d5cdf67a972cb64c5933b7a4fc Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sat, 4 Nov 2023 16:47:23 +0100 Subject: [PATCH] Only use the call feature by default. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2cb6f04c0..acc01dd7fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = ["target"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["scheme", "call"] +default = ["call"] scheme = ["call"] call = []