Only use the call feature by default.

This commit is contained in:
4lDO2
2023-11-04 16:47:23 +01:00
parent 3a0e50ef3f
commit 4b4b0432dd
+1 -1
View File
@@ -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 = []