Skip to content

Commit

Permalink
Refactor async io support (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 authored Sep 11, 2024
1 parent db6d3a6 commit 1d529fa
Show file tree
Hide file tree
Showing 24 changed files with 863 additions and 2,499 deletions.
4 changes: 2 additions & 2 deletions ntex-async-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-async-std"
version = "0.5.0"
version = "0.5.1"
authors = ["ntex contributors <[email protected]>"]
description = "async-std intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]
Expand All @@ -17,7 +17,7 @@ path = "src/lib.rs"

[dependencies]
ntex-bytes = "0.1"
ntex-io = "2.0"
ntex-io = "2.5"
ntex-util = "2.0"
log = "0.4"
async-std = { version = "1", features = ["unstable"] }
Expand Down
Loading

0 comments on commit 1d529fa

Please sign in to comment.