chore: specify tokio-macros version (#4455)

This commit is contained in:
Carl Lerche
2022-01-31 12:57:43 -08:00
committed by GitHub
parent 5f022559f3
commit b4077a5c27
+1 -1
View File
@@ -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"