From a11220875c314dc13055f44fed94ee5901792e22 Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Tue, 21 Nov 2023 13:36:57 +0100 Subject: [PATCH] fix dep --- python/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index b27360f..900e8bd 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -19,5 +19,4 @@ crate-type = ["cdylib"] nanopub = { version = "0.0.7", path = "../lib" } pyo3 = { version = "0.20", features = ["extension-module"] } pyo3-asyncio = "0.20" -tokio = "1.34" -# futures = "0.3" +tokio = { version = "1.34", features = ["rt-multi-thread"] }