1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

update tokio-uring to 0.3 (#448)

This commit is contained in:
Rob Ede
2022-03-08 23:42:52 +00:00
committed by GitHub
parent c5d6174cec
commit 3e132d2bc6
8 changed files with 31 additions and 18 deletions

View File

@ -1,8 +1,14 @@
# Changes
## Unreleased - 2022-xx-xx
## 2.7.0 - 2022-03-08
- Update `tokio-uring` dependency to `0.3.0`. [#448]
- Minimum supported Rust version (MSRV) is now 1.49.
[#448]: https://github.com/actix/actix-net/pull/448
## 2.6.0 - 2022-01-12
- Update `tokio-uring` dependency to `0.2.0`. [#436]