Skip to content

Commit

Permalink
update ntex-tokio changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 10, 2022
1 parent 250b976 commit d359b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ntex-tokio/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [0.1.1] - 2022-01-10

* Allow to set socket options

## [0.1.0] - 2022-01-03

* Initial release
4 changes: 2 additions & 2 deletions ntex-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-tokio"
version = "0.1.0"
version = "0.1.1"
authors = ["ntex contributors <[email protected]>"]
description = "tokio intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]
Expand All @@ -17,7 +17,7 @@ path = "src/lib.rs"

[dependencies]
ntex-bytes = "0.1.9"
ntex-io = "0.1.1"
ntex-io = "0.1.2"
ntex-util = "0.1.8"
log = "0.4"
pin-project-lite = "0.2"
Expand Down

0 comments on commit d359b6c

Please sign in to comment.