Skip to content

Commit c53a352

Browse files
committed
feat: new release to fix docs.rs
Closes #339
1 parent 2f6ba8f commit c53a352

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ license = "MIT"
2525
repository = "https://github.com/compio-rs/compio"
2626

2727
[workspace.dependencies]
28-
compio-buf = { path = "./compio-buf", version = "0.5.0" }
29-
compio-driver = { path = "./compio-driver", version = "0.6.0", default-features = false }
30-
compio-runtime = { path = "./compio-runtime", version = "0.6.0" }
28+
compio-buf = { path = "./compio-buf", version = "0.5.1" }
29+
compio-driver = { path = "./compio-driver", version = "0.6.1", default-features = false }
30+
compio-runtime = { path = "./compio-runtime", version = "0.6.1" }
3131
compio-macros = { path = "./compio-macros", version = "0.1.2" }
3232
compio-fs = { path = "./compio-fs", version = "0.6.0" }
3333
compio-io = { path = "./compio-io", version = "0.5.0" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ They don't support Windows.
3838
Add `compio` as dependency:
3939

4040
```
41-
compio = { version = "0.13.0", features = ["macros"] }
41+
compio = { version = "0.13.1", features = ["macros"] }
4242
```
4343

4444
Then we can use high level APIs to perform filesystem & net IO.

compio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compio"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Completion based async runtime"
55
categories = ["asynchronous", "filesystem", "network-programming"]
66
keywords = ["async", "fs", "iocp", "io-uring", "net"]

0 commit comments

Comments
 (0)