Skip to content

Commit

Permalink
chore: prepare v0.5.0 (#300)
Browse files Browse the repository at this point in the history
The changelog for this release will be generated, and thus is not
included here.
  • Loading branch information
Noah-Kennedy authored May 27, 2024
1 parent f9c2fab commit bf9906d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "tokio-uring"
version = "0.4.0"
version = "0.5.0"
authors = ["Tokio Contributors <team@tokio.rs>"]
edition = "2018"
readme = "README.md"
license = "MIT"
documentation = "https://docs.rs/tokio-uring/0.4.0/tokio-uring"
documentation = "https://docs.rs/tokio-uring/0.5.0/tokio-uring"
repository = "https://github.com/tokio-rs/tokio-uring"
homepage = "https://tokio.rs"
description = """
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runtime internally manages the main Tokio runtime and a `io-uring` driver.
In your Cargo.toml:
```toml
[dependencies]
tokio-uring = { version = "0.4.0" }
tokio-uring = { version = "0.5.0" }
```
In your main.rs:
```rust
Expand Down

0 comments on commit bf9906d

Please sign in to comment.