From 1fc215a56d6ab181e04f4c9f08d6589ba0ef1826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E9=80=B8?= Date: Mon, 27 Oct 2025 20:20:15 +0800 Subject: [PATCH] feat: bump versions of subcrates for release --- compio-dispatcher/Cargo.toml | 2 +- compio-driver/Cargo.toml | 2 +- compio-quic/Cargo.toml | 2 +- compio-runtime/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"]