Fix release document 2x combo
All checks were successful
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 1m55s
/ check (x86_64-unknown-linux-musl) (push) Successful in 1m51s
/ clippy (push) Successful in 1m23s
/ tests (push) Successful in 1m51s
/ check (aarch64-unknown-linux-musl) (push) Successful in 1m54s

This commit is contained in:
asonix 2024-03-11 13:58:57 -05:00
parent dacfc43c44
commit 34b9919428

View file

@ -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.