From 6fee4fd878d906dea0627d9e7db98ad11b5b8084 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Wed, 29 Jun 2022 21:52:52 +0200 Subject: [PATCH] expose anyhow errors feature name was wrong --- deltachat-jsonrpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index ff6dd6128..56f5c3e83 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4" async-channel = { version = "1.6.1" } futures = { version = "0.3.19" } serde_json = "1.0.75" -yerpc = { version = "0.3", features = ["anyhow"] } +yerpc = { version = "0.3", features = ["anyhow_expose"] } typescript-type-def = { version = "0.5.3", features = ["json_value"] } tokio = { version = "1.19.2" }