From af4eac0503c3ccca1e0c8f2f0cb0aa8506e55a00 Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Thu, 26 Oct 2023 11:39:39 -0400 Subject: [PATCH] fixed tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 329912f..9d49e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" doc = true [features] -default = ["serde", "std", "tokio"] +default = ["serde", "std"] tokio = ["std", "dep:tokio"] std = []