mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
cleanup api; update tests
This commit is contained in:
parent
3ed5580f86
commit
6bc654762d
84 changed files with 1818 additions and 1882 deletions
|
@ -20,12 +20,12 @@ bitflags = "1.2"
|
|||
log = "0.4"
|
||||
slab = "0.4"
|
||||
futures-timer = "3.0.2"
|
||||
futures-core = { version = "0.3.18", default-features = false, features = ["alloc"] }
|
||||
futures-sink = { version = "0.3.18", default-features = false, features = ["alloc"] }
|
||||
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
|
||||
futures-sink = { version = "0.3.17", default-features = false, features = ["alloc"] }
|
||||
pin-project-lite = "0.2.6"
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = "0.4.10"
|
||||
ntex-rt = "0.3.2"
|
||||
ntex-macros = "0.1.3"
|
||||
futures-util = { version = "0.3.18", default-features = false, features = ["alloc"] }
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue