From eca1cae812ba2b5ff84a9770c4b3bda84cc27fea Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Tue, 28 Jul 2020 12:45:25 -0400 Subject: Disable unused `rocket_http' features. Ring is absolutely broken in terms of cross compilation. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ff64959..e274315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ multipart = { package = "rocket-multipart-form-data", version = "0.9" } rand = "0.7" rocket = "0.4" rocket_contrib = { version = "0.4", default-features = false, features = ["handlebars_templates", "json", "serve"] } +rocket_http = { version = "0.4", default-features = false, features = [] } serde = "1.0" serde_json = "1.0" serde_derive = "1.0" -- cgit v1.3