1
0

bump version

This commit is contained in:
EAimTY 2022-07-01 23:53:06 +09:00
parent fc5fda4d4a
commit 76d573648c
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tuic-client" name = "tuic-client"
version = "0.8.0-beta0" version = "0.8.0"
authors = ["EAimTY <ea.imty@gmail.com>"] authors = ["EAimTY <ea.imty@gmail.com>"]
description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol"
categories = ["network-programming", "command-line-utilities"] categories = ["network-programming", "command-line-utilities"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tuic-protocol" name = "tuic-protocol"
version = "4.1.0" version = "4.1.1"
authors = ["EAimTY <ea.imty@gmail.com>"] authors = ["EAimTY <ea.imty@gmail.com>"]
description = "" description = ""
categories = ["network-programming"] categories = ["network-programming"]
@ -14,5 +14,4 @@ repository = "https://github.com/EAimTY/tuic"
[dependencies] [dependencies]
byteorder = "1.4" byteorder = "1.4"
bytes = "1.1" bytes = "1.1"
thiserror = "1.0"
tokio = { version = "1.19", features = ["io-util"] } tokio = { version = "1.19", features = ["io-util"] }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tuic-server" name = "tuic-server"
version = "0.8.0-beta0" version = "0.8.0"
authors = ["EAimTY <ea.imty@gmail.com>"] authors = ["EAimTY <ea.imty@gmail.com>"]
description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol"
categories = ["network-programming", "command-line-utilities"] categories = ["network-programming", "command-line-utilities"]