Check for nested io operations (#170)

This commit is contained in:
Nikolay Kim 2023-01-30 16:36:29 +06:00 committed by GitHub
parent 0f8387c3ac
commit 7f3efca56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 80 additions and 9 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.2.7"
version = "0.2.8"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]