mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Fix tests
This commit is contained in:
parent
e222832270
commit
2631e70a4b
2 changed files with 1 additions and 2 deletions
|
@ -710,7 +710,6 @@ mod tests {
|
|||
io: state.into(),
|
||||
error: Cell::new(None),
|
||||
inflight: Cell::new(0),
|
||||
ready: Cell::new(false),
|
||||
service: Pipeline::new(service).bind(),
|
||||
});
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ ntex-macros = "0.1"
|
|||
ntex-util = "2.8"
|
||||
ntex-bytes = "0.1.27"
|
||||
ntex-server = "2.6"
|
||||
ntex-h2 = "1.4"
|
||||
ntex-h2 = "1.5"
|
||||
ntex-rt = "0.4.22"
|
||||
ntex-io = "2.9"
|
||||
ntex-net = "2.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue