Skip to content

Commit

Permalink
feat: new release to fix docs.rs
Browse files Browse the repository at this point in the history
Closes #339
  • Loading branch information
Berrysoft committed Nov 24, 2024
1 parent 2f6ba8f commit c53a352
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ license = "MIT"
repository = "https://github.com/compio-rs/compio"

[workspace.dependencies]
compio-buf = { path = "./compio-buf", version = "0.5.0" }
compio-driver = { path = "./compio-driver", version = "0.6.0", default-features = false }
compio-runtime = { path = "./compio-runtime", version = "0.6.0" }
compio-buf = { path = "./compio-buf", version = "0.5.1" }
compio-driver = { path = "./compio-driver", version = "0.6.1", default-features = false }
compio-runtime = { path = "./compio-runtime", version = "0.6.1" }
compio-macros = { path = "./compio-macros", version = "0.1.2" }
compio-fs = { path = "./compio-fs", version = "0.6.0" }
compio-io = { path = "./compio-io", version = "0.5.0" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ They don't support Windows.
Add `compio` as dependency:

```
compio = { version = "0.13.0", features = ["macros"] }
compio = { version = "0.13.1", features = ["macros"] }
```

Then we can use high level APIs to perform filesystem & net IO.
Expand Down
2 changes: 1 addition & 1 deletion compio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compio"
version = "0.13.0"
version = "0.13.1"
description = "Completion based async runtime"
categories = ["asynchronous", "filesystem", "network-programming"]
keywords = ["async", "fs", "iocp", "io-uring", "net"]
Expand Down

0 comments on commit c53a352

Please sign in to comment.