From 3a38ffdfe079e8ce57b14228ec9d0b126d71966b Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sun, 26 Jun 2022 00:06:43 +0200 Subject: [PATCH] disable jsonrpc by default --- deltachat-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 877187d48..d04f8a068 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1" rand = "0.7" [features] -default = ["vendored", "jsonrpc"] +default = ["vendored"] vendored = ["deltachat/vendored"] nightly = ["deltachat/nightly"] jsonrpc = ["deltachat-jsonrpc"]