File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tokio-uring"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [
" Tokio Contributors <[email protected] >" ]
55edition = " 2018"
66readme = " README.md"
77license = " 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"
99repository = " https://github.com/tokio-rs/tokio-uring"
1010homepage = " https://tokio.rs"
1111description = """
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ runtime internally manages the main Tokio runtime and a `io-uring` driver.
2020In your Cargo.toml:
2121``` toml
2222[dependencies ]
23- tokio-uring = { version = " 0.4 .0" }
23+ tokio-uring = { version = " 0.5 .0" }
2424```
2525In your main.rs:
2626``` rust
You can’t perform that action at this time.
0 commit comments