tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

New Release? #285

Open XAMPPRocky opened 10 months ago

XAMPPRocky commented 10 months ago

Hey 👋 It's been over a year since the last release, and the main branch has fixed bugs that I'm running into in the 0.4.0 version. I'm wondering if we could get a new release of the current main?

kaimast commented 8 months ago

Tagging a 0.5 release would be great!

I have one crate that depends on tokio-uring I would like to update but cannot, because the version on crates.io is too outdated.

ming1 commented 8 months ago

Tagging a 0.5 release would be great!

I have one crate that depends on tokio-uring I would like to update but cannot, because the version on crates.io is too outdated.

Me too, 0.4 doesn't support fallocate(), which is needed in one of my crate.

orium commented 3 months ago

@Noah-Kennedy This can be closed. Also it seems like release https://github.com/tokio-rs/tokio-uring/releases/tag/v0.5.0 is not marked as the latest (so github still shows 0.4.0 as the latest).