From 136bec0273d792809f5eee143227927d22bbd579 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 fce85ce04..2a853d552 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -28,7 +28,7 @@ rand = "0.7" once_cell = "1.12.0" [features] -default = ["vendored", "jsonrpc"] +default = ["vendored"] vendored = ["deltachat/vendored"] nightly = ["deltachat/nightly"] jsonrpc = ["deltachat-jsonrpc"]