Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Dec 4, 2024
1 parent e222832 commit 2631e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ntex-io/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
});

Expand Down
2 changes: 1 addition & 1 deletion ntex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2631e70

Please sign in to comment.