From ee99c59319a53279426ec9e7dfaf8f846bd3a4b6 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 7 Aug 2019 20:40:39 +0200 Subject: [PATCH] Enable rc feature --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e9b5c95..b294c0c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -15,7 +15,7 @@ lazy_static = "1.3.0" mime_guess = "1.8.7" openssl-probe = "0.1.2" pretty_env_logger = "0.3.0" -serde = "1.0.97" +serde = { version = "1.0.97", features = ["rc"] } serde_derive = "1.0.97" serde_json = "1.0.40" structopt = "0.2.18"