Depend on individual compio packages (#479)

This commit is contained in:
Nikolay Kim 2024-12-02 15:00:50 +05:00 committed by GitHub
parent a7666e4881
commit b5a4a3cb5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 40 additions and 30 deletions

View file

@ -39,7 +39,7 @@ ntex-rt = "0.4.21"
ntex-util = "2.5"
ntex-tokio = { version = "0.5.3", optional = true }
ntex-compio = { version = "0.2.2", optional = true }
ntex-compio = { version = "0.2.4", optional = true }
ntex-glommio = { version = "0.5.2", optional = true }
ntex-async-std = { version = "0.5.1", optional = true }