From 52c478e28184f4c2eb4df7b2e96ebfc27845e3ff Mon Sep 17 00:00:00 2001 From: Niko Date: Thu, 30 Nov 2023 15:53:06 -0700 Subject: [PATCH] Fix compilation of data storage extractor --- scripty_data_storage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripty_data_storage/Cargo.toml b/scripty_data_storage/Cargo.toml index 2ecf9fd6..709d50d1 100644 --- a/scripty_data_storage/Cargo.toml +++ b/scripty_data_storage/Cargo.toml @@ -21,7 +21,7 @@ scripty_utils = { path = "../scripty_utils" } scripty_redis = { path = "../scripty_redis" } scripty_config = { path = "../scripty_config" } aes-gcm = { version = "0.10", features = ["std"] } -tokio = { version = "1", features = ["parking_lot", "signal"] } +tokio = { version = "1", features = ["parking_lot", "signal", "rt-multi-thread"] } serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = [ "voice", "dashmap",