Skip to content
libblkio: bump version to 1.3.0

New properties:
- The "flush-needed" property was added to indicate whether a flush
  request must be sent after write request completion to ensure data
  persistence.
- The "fd" property was added to virtio-blk-vhost-vdpa to support file
  descriptor passing.
- The "can-grow" property was added to nvme_io_uring.

Dependencies:
- The paste crate has replaced the concat-idents crate to simplify
  licensing.
- The rustix crate has replaced the nix crate to simplify licensing.
- The const-cstr crate dependency has been dropped.

Other:
- The minimum Rust version has increased to 1.56.