From 6cc452dc9fb723746b9b83bb4a81b357ae52472e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 18 May 2024 23:37:56 -0400 Subject: [PATCH] Fix release compiler error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 241bfbe..a96780d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ reqwest = { version = "0.11.22", features = ["blocking", "json"] } serde = { version = "1.0.193", features = ["serde_derive"] } serde_json = "1.0.117" stable-eyre = "0.2.2" -tokio = { version = "1.37.0", features = ["rt", "macros", "fs"] } +tokio = { version = "1.37.0", features = ["rt", "macros", "fs", "rt-multi-thread"] }