allow to replace signals impl

This commit is contained in:
Nikolay Kim 2021-12-18 17:41:57 +06:00
parent 66524a89a8
commit 087078da51
12 changed files with 146 additions and 169 deletions

View file

@ -26,6 +26,6 @@ pin-project-lite = "0.2.6"
[dev-dependencies]
ntex = "0.5.0-b.0"
ntex-rt = "0.3.2"
ntex-rt = "0.4.0-b.0"
ntex-macros = "0.1.3"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }