Skip to content

Commit 1bc48f0

Browse files
authored
feat: bump versions of subcrates for release (#492)
1 parent 5e969cb commit 1bc48f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compio-dispatcher/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-dispatcher"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Multithreading dispatcher for compio"
55
categories = ["asynchronous"]
66
keywords = ["async", "runtime"]

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

compio-quic/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-quic"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "QUIC for compio"
55
categories = ["asynchronous", "network-programming"]
66
keywords = ["async", "net", "quic"]

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

0 commit comments

Comments
 (0)