Enable feature "macros" on dep tokio

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-08 20:39:39 +10:00
parent c7965ceb4f
commit 24d3a2af2b
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -41,7 +41,7 @@ tar = "0.4.38"
tempfile = "3.3.0"
thiserror = "1.0.31"
tinytemplate = "1.2.1"
tokio = { version = "1.19.1", features = [ "rt-multi-thread", "process", "sync" ], default-features = false }
tokio = { version = "1.19.1", features = [ "rt-multi-thread", "process", "sync", "macros" ], default-features = false }
url = "2.2.2"
xz2 = "0.1.6"