Skip to content

Commit 48cc33c

Browse files
committed
Update version.
1 parent 81588a5 commit 48cc33c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Cargo.toml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
[package]
22
name = "compio"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["Berrysoft <[email protected]>"]
66
readme = "README.md"
77
license = "MIT"
88
description = "completion based async runtime"
9-
categories = ["asynchronous", "network-programming"]
10-
keywords = ["async", "fs", "net", "iocp", "io-uring"]
9+
categories = ["asynchronous", "filesystem", "network-programming"]
10+
keywords = [
11+
"async",
12+
"fs",
13+
"io",
14+
"iocp",
15+
"io-uring",
16+
"mio",
17+
"net",
18+
"non-blocking",
19+
]
1120
repository = "https://github.com/Berrysoft/compio"
1221

1322
[package.metadata.docs.rs]
@@ -22,7 +31,6 @@ targets = [
2231
"x86_64-unknown-dragonfly",
2332
"x86_64-unknown-freebsd",
2433
"x86_64-unknown-illumos",
25-
"x86_64-unknown-linux-gnu",
2634
"x86_64-unknown-netbsd",
2735
"x86_64-unknown-openbsd",
2836
]
@@ -71,7 +79,7 @@ libc = "0.2"
7179

7280
# Other platform dependencies
7381
[target.'cfg(all(not(target_os = "linux"), unix))'.dependencies]
74-
mio = { version = "0.8.8", features = ["os-ext"] }
82+
mio = { version = "0.8", features = ["os-ext"] }
7583
libc = "0.2"
7684

7785
[features]

0 commit comments

Comments
 (0)