From f8b9437940515b01d5b4c6d02e877d0de981c274 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Wed, 10 Mar 2021 22:31:20 +0100 Subject: [PATCH] fix: use "new" tokio1 agnostik runtime --- examples/test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test/Cargo.toml b/examples/test/Cargo.toml index a693181..c918db5 100644 --- a/examples/test/Cargo.toml +++ b/examples/test/Cargo.toml @@ -14,4 +14,4 @@ crdts = "6.2" tokio = {version = "1", features = ["macros", "rt"]} anyhow = "1" futures = "0.3" -agnostik = {version = "0.2", features = ["runtime_tokio"]} +agnostik = {version = "0.2", features = ["runtime_tokio1"]}