From c1f6a2ca337bbe3809a9102d2b5fb2e717d6c959 Mon Sep 17 00:00:00 2001 From: EAimTY Date: Mon, 24 Apr 2023 18:57:00 +0900 Subject: [PATCH] bump versions --- tuic-quinn/Cargo.toml | 2 +- tuic/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tuic-quinn/Cargo.toml b/tuic-quinn/Cargo.toml index ae761e0..fa66ea1 100644 --- a/tuic-quinn/Cargo.toml +++ b/tuic-quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-quinn" -version = "0.1.0-pre-alpha2" +version = "0.1.0-pre-alpha3" authors = ["EAimTY "] description = "A thin layer on top of quinn to provide functions for TUIC" categories = ["network-programming"] diff --git a/tuic/Cargo.toml b/tuic/Cargo.toml index 2bc348a..a827af4 100644 --- a/tuic/Cargo.toml +++ b/tuic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic" -version = "5.0.0-pre-alpha6" +version = "5.0.0-pre-alpha7" authors = ["EAimTY "] description = "Delicately-TUICed 0-RTT proxy protocol" categories = ["network-programming"]