From f1d9b8419bc94d0b6ddcb1cf2afed39a1e824467 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:07:02 +0800 Subject: [PATCH] Remove quanta from moka to fix crash on iOS --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82b328f..8db19c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures-util = { version = "0.3", default-features = false, features = [ http = "1.1" httparse = "1.8" log = { version = "0.4", features = ["std"] } -moka = { version = "0.12", features = ["future"] } +moka = { version = "0.12", default-features = false, features = ["future"] } reqwest = { version = "0.11", default-features = false, features = [ "rustls-tls", "json",