mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Drop async-std support (#512)
This commit is contained in:
parent
59ffd17b91
commit
8ffa646af7
16 changed files with 6 additions and 547 deletions
|
@ -9,7 +9,6 @@ members = [
|
|||
"ntex-http",
|
||||
"ntex-router",
|
||||
"ntex-rt",
|
||||
"ntex-runtime",
|
||||
"ntex-net",
|
||||
"ntex-server",
|
||||
"ntex-service",
|
||||
|
@ -17,9 +16,9 @@ members = [
|
|||
"ntex-macros",
|
||||
"ntex-util",
|
||||
|
||||
"ntex-async-std",
|
||||
"ntex-compio",
|
||||
"ntex-tokio",
|
||||
"ntex-runtime",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
@ -40,7 +39,6 @@ ntex-net = { path = "ntex-net" }
|
|||
ntex-http = { path = "ntex-http" }
|
||||
ntex-router = { path = "ntex-router" }
|
||||
ntex-rt = { path = "ntex-rt" }
|
||||
ntex-runtime = { path = "ntex-runtime" }
|
||||
ntex-server = { path = "ntex-server" }
|
||||
ntex-service = { path = "ntex-service" }
|
||||
ntex-tls = { path = "ntex-tls" }
|
||||
|
@ -49,7 +47,7 @@ ntex-util = { path = "ntex-util" }
|
|||
|
||||
ntex-compio = { path = "ntex-compio" }
|
||||
ntex-tokio = { path = "ntex-tokio" }
|
||||
ntex-async-std = { path = "ntex-async-std" }
|
||||
ntex-runtime = { path = "ntex-runtime" }
|
||||
|
||||
[workspace.dependencies]
|
||||
async-task = "4.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue