macros: allow configuring runtime used by main macro (#1185)

This commit is contained in:
Douman
2019-06-27 10:40:21 -07:00
committed by Carl Lerche
parent 6b9e7bdace
commit 0af05e7408
4 changed files with 68 additions and 12 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ tokio-current-thread = { version = "0.2.0", optional = true, path = "../tokio-cu
#tokio-fs = { version = "0.2.0", optional = true, path = "../tokio-fs" }
tokio-io = { version = "0.2.0", optional = true, path = "../tokio-io" }
tokio-executor = { version = "0.2.0", optional = true, path = "../tokio-executor" }
tokio-macros = { version = "0.1.0", optional = true, path = "../tokio-macros" }
tokio-macros = { version = "0.2.0", optional = true, path = "../tokio-macros" }
tokio-reactor = { version = "0.2.0", optional = true, path = "../tokio-reactor" }
tokio-sync = { version = "0.2.0", optional = true, path = "../tokio-sync" }
#tokio-threadpool = { version = "0.2.0", optional = true, path = "../tokio-threadpool" }