diff --git a/compio-dispatcher/Cargo.toml b/compio-dispatcher/Cargo.toml index bcc828d6..7f01e126 100644 --- a/compio-dispatcher/Cargo.toml +++ b/compio-dispatcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-dispatcher" -version = "0.8.0" +version = "0.8.1" description = "Multithreading dispatcher for compio" categories = ["asynchronous"] keywords = ["async", "runtime"] diff --git a/compio-driver/Cargo.toml b/compio-driver/Cargo.toml index 9f6e17b1..b23c8e74 100644 --- a/compio-driver/Cargo.toml +++ b/compio-driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-driver" -version = "0.9.0" +version = "0.9.1" description = "Low-level driver for compio" categories = ["asynchronous"] keywords = ["async", "iocp", "io-uring"] diff --git a/compio-quic/Cargo.toml b/compio-quic/Cargo.toml index 289ce3a3..52dc6331 100644 --- a/compio-quic/Cargo.toml +++ b/compio-quic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-quic" -version = "0.5.0" +version = "0.5.1" description = "QUIC for compio" categories = ["asynchronous", "network-programming"] keywords = ["async", "net", "quic"] diff --git a/compio-runtime/Cargo.toml b/compio-runtime/Cargo.toml index 482c98a0..5e786bb8 100644 --- a/compio-runtime/Cargo.toml +++ b/compio-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-runtime" -version = "0.9.1" +version = "0.9.2" description = "High-level runtime for compio" categories = ["asynchronous"] keywords = ["async", "runtime"]