From c02e00521caf15d478ab4e9937b1fdf37fd92025 Mon Sep 17 00:00:00 2001 From: alecmocatta Date: Mon, 20 Jul 2020 14:09:38 +0100 Subject: [PATCH] fix publish --- amadeus-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus-core/Cargo.toml b/amadeus-core/Cargo.toml index e40db751..abbbe31d 100644 --- a/amadeus-core/Cargo.toml +++ b/amadeus-core/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0", features = ["derive"] } serde_closure = "0.3" streaming_algorithms = "0.3" sum = { version = "0.1", features = ["futures", "serde"] } -tokio = "0.2" +tokio = { version = "0.2", features = ["blocking", "rt-core"] } walkdir = "2.2" widestring = "0.4"