From 7bc58461cd5378889fa45fe6fa65997a09f16c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6sters?= Date: Fri, 12 Mar 2021 16:22:35 +0100 Subject: [PATCH] fix: avoid illegal instruction crash see https://github.com/spacejam/sled/issues/1232 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03515436..8addf501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ state-res = { git = "https://github.com/ruma/state-res", branch = "timo-spec-com # Used for long polling and federation sender, should be the same as rocket::tokio tokio = "1.2.0" # Used for storing data permanently -sled = { version = "0.34.6", default-features = false } +sled = { version = "0.34.6", features = ["no_metrics"] } # Used for emitting log entries log = "0.4.14" # Used for rocket<->ruma conversions