cleanup api; update tests

This commit is contained in:
Nikolay Kim 2021-12-16 02:19:13 +06:00
parent 3ed5580f86
commit 6bc654762d
84 changed files with 1818 additions and 1882 deletions

View file

@ -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"] }