1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-09-01 13:47:16 +02:00

tokio 1.0 and mio 0.7 (#204)

This commit is contained in:
fakeshadow
2020-12-31 06:11:50 +08:00
committed by GitHub
parent b5eefb4d42
commit 647817ef14
5 changed files with 9 additions and 12 deletions

View File

@@ -25,7 +25,3 @@ actix-tracing = { path = "actix-tracing" }
actix-utils = { path = "actix-utils" }
actix-router = { path = "router" }
bytestring = { path = "string" }
# FIXME: remove override
trust-dns-proto = { git = "https://github.com/bluejekyll/trust-dns.git", branch = "main" }
trust-dns-resolver = { git = "https://github.com/bluejekyll/trust-dns.git", branch = "main" }