Skip to content

Commit bb6b0a1

Browse files
authored
feat: bump version of driver and io (#510)
1 parent 27035c2 commit bb6b0a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compio-driver = { path = "./compio-driver", version = "0.9.0", default-features
3131
compio-runtime = { path = "./compio-runtime", version = "0.9.0" }
3232
compio-macros = { path = "./compio-macros", version = "0.1.2" }
3333
compio-fs = { path = "./compio-fs", version = "0.9.0" }
34-
compio-io = { path = "./compio-io", version = "0.8.2" }
34+
compio-io = { path = "./compio-io", version = "0.8.3" }
3535
compio-net = { path = "./compio-net", version = "0.9.0" }
3636
compio-signal = { path = "./compio-signal", version = "0.7.0" }
3737
compio-dispatcher = { path = "./compio-dispatcher", version = "0.8.0" }

compio-driver/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-driver"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Low-level driver for compio"
55
categories = ["asynchronous"]
66
keywords = ["async", "iocp", "io-uring"]

compio-io/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-io"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "IO traits for completion based async IO"
55
categories = ["asynchronous"]
66
keywords = ["async", "io"]

0 commit comments

Comments
 (0)