1
0

bump versions

This commit is contained in:
EAimTY 2023-05-27 21:18:11 +09:00
parent cfe9379eb6
commit 53d560a475
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tuic-client"
version = "1.0.0-pre-alpha2"
version = "1.0.0-alpha0"
authors = ["EAimTY <ea.imty@gmail.com>"]
description = "Minimalistic TUIC client implementation as a reference"
categories = ["network-programming"]

View File

@ -1,6 +1,6 @@
[package]
name = "tuic-quinn"
version = "0.1.0-pre-alpha5"
version = "0.1.0-alpha0"
authors = ["EAimTY <ea.imty@gmail.com>"]
description = "A thin layer on top of quinn to provide functions for TUIC"
categories = ["network-programming"]

View File

@ -1,6 +1,6 @@
[package]
name = "tuic-server"
version = "1.0.0-pre-alpha2"
version = "1.0.0-alpha0"
authors = ["EAimTY <ea.imty@gmail.com>"]
description = "Minimalistic TUIC server implementation as a reference"
categories = ["network-programming"]

View File

@ -1,6 +1,6 @@
[package]
name = "tuic"
version = "5.0.0-pre-alpha9"
version = "5.0.0-alpha0"
authors = ["EAimTY <ea.imty@gmail.com>"]
description = "Delicately-TUICed 0-RTT proxy protocol"
categories = ["network-programming"]