From 34b99194289878abaf443001dc76f133cb1e70c4 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 11 Mar 2024 13:58:57 -0500 Subject: [PATCH] Fix release document 2x combo --- releases/0.5.9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/0.5.9.md b/releases/0.5.9.md index e2d55b2..d120291 100644 --- a/releases/0.5.9.md +++ b/releases/0.5.9.md @@ -28,5 +28,5 @@ utility from outside a LocalSet, leading to panics and timeouts. This release re ### Fix io-uring Feature As mentioned in the 0.5.8 release notes, io-uring is not considered to be a stable feature. However, -0.5.8 should make it usable again. Instead of manually launching a tokio_uring runtime, pict-rs once +0.5.9 should make it usable again. Instead of manually launching a tokio_uring runtime, pict-rs once again relies on actix-rt to configure a System for use with io-uring.