Fix borrow mut panic #204 (#205)

* Fix borrow mut panic #204
This commit is contained in:
Nikolay Kim 2023-05-30 19:38:58 +06:00 committed by GitHub
parent efc817ffa2
commit adb74edf01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 27 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-glommio"
version = "0.2.3"
version = "0.2.4"
authors = ["ntex contributors <team@ntex.rs>"]
description = "glommio intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]