From b4077a5c27aaf5d07fc04635e9d6b224e3f5326f Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 31 Jan 2022 12:57:43 -0800 Subject: [PATCH] chore: specify tokio-macros version (#4455) --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index c1e9ad80835..7799f168922 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -87,7 +87,7 @@ test-util = ["rt", "sync", "time"] time = [] [dependencies] -tokio-macros = { path = "../tokio-macros", optional = true } +tokio-macros = { version = "1.6.0", optional = true } pin-project-lite = "0.2.0"