Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EAimTY committed May 27, 2023
1 parent cfe9379 commit 53d560a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tuic-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuic-client"
version = "1.0.0-pre-alpha2"
version = "1.0.0-alpha0"
authors = ["EAimTY <[email protected]>"]
description = "Minimalistic TUIC client implementation as a reference"
categories = ["network-programming"]
Expand Down
2 changes: 1 addition & 1 deletion tuic-quinn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuic-quinn"
version = "0.1.0-pre-alpha5"
version = "0.1.0-alpha0"
authors = ["EAimTY <[email protected]>"]
description = "A thin layer on top of quinn to provide functions for TUIC"
categories = ["network-programming"]
Expand Down
2 changes: 1 addition & 1 deletion tuic-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuic-server"
version = "1.0.0-pre-alpha2"
version = "1.0.0-alpha0"
authors = ["EAimTY <[email protected]>"]
description = "Minimalistic TUIC server implementation as a reference"
categories = ["network-programming"]
Expand Down
2 changes: 1 addition & 1 deletion tuic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuic"
version = "5.0.0-pre-alpha9"
version = "5.0.0-alpha0"
authors = ["EAimTY <[email protected]>"]
description = "Delicately-TUICed 0-RTT proxy protocol"
categories = ["network-programming"]
Expand Down

0 comments on commit 53d560a

Please sign in to comment.