mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Fix release document
This commit is contained in:
parent
2ead3e00e2
commit
dacfc43c44
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ version.
|
||||||
|
|
||||||
### Fix Postgres Pooling
|
### Fix Postgres Pooling
|
||||||
|
|
||||||
When pict-rs 0.5.7 was built without the `tokio_unstable` flag, it would use tokio's `spwan_local`
|
When pict-rs 0.5.8 was built without the `tokio_unstable` flag, it would use tokio's `spwan_local`
|
||||||
utility from outside a LocalSet, leading to panics and timeouts. This release replaces the use of
|
utility from outside a LocalSet, leading to panics and timeouts. This release replaces the use of
|
||||||
`spawn_local` with `spawn` in that scenario.
|
`spawn_local` with `spawn` in that scenario.
|
||||||
|
|
||||||
|
|
||||||
### Fix io-uring Feature
|
### Fix io-uring Feature
|
||||||
|
|
||||||
As mentioned in the 0.5.7 release notes, io-uring is not considered to be a stable feature. However,
|
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.8 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.
|
again relies on actix-rt to configure a System for use with io-uring.
|
||||||
|
|
Loading…
Reference in a new issue