Skip to content

Commit bf9906d

Browse files
authored
chore: prepare v0.5.0 (#300)
The changelog for this release will be generated, and thus is not included here.
1 parent f9c2fab commit bf9906d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "tokio-uring"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Tokio Contributors <[email protected]>"]
55
edition = "2018"
66
readme = "README.md"
77
license = "MIT"
8-
documentation = "https://docs.rs/tokio-uring/0.4.0/tokio-uring"
8+
documentation = "https://docs.rs/tokio-uring/0.5.0/tokio-uring"
99
repository = "https://github.com/tokio-rs/tokio-uring"
1010
homepage = "https://tokio.rs"
1111
description = """

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runtime internally manages the main Tokio runtime and a `io-uring` driver.
2020
In your Cargo.toml:
2121
```toml
2222
[dependencies]
23-
tokio-uring = { version = "0.4.0" }
23+
tokio-uring = { version = "0.5.0" }
2424
```
2525
In your main.rs:
2626
```rust

0 commit comments

Comments
 (0)