Fix filter leak during Io drop (#274)

This commit is contained in:
Nikolay Kim 2023-12-25 11:15:59 +00:00 committed by GitHub
parent a4f9802d6d
commit dd6db862f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 7 deletions

View file

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