bump version
This commit is contained in:
parent
fc5fda4d4a
commit
76d573648c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tuic-client"
|
||||
version = "0.8.0-beta0"
|
||||
version = "0.8.0"
|
||||
authors = ["EAimTY <ea.imty@gmail.com>"]
|
||||
description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol"
|
||||
categories = ["network-programming", "command-line-utilities"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tuic-protocol"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
authors = ["EAimTY <ea.imty@gmail.com>"]
|
||||
description = ""
|
||||
categories = ["network-programming"]
|
||||
@ -14,5 +14,4 @@ repository = "https://github.com/EAimTY/tuic"
|
||||
[dependencies]
|
||||
byteorder = "1.4"
|
||||
bytes = "1.1"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.19", features = ["io-util"] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tuic-server"
|
||||
version = "0.8.0-beta0"
|
||||
version = "0.8.0"
|
||||
authors = ["EAimTY <ea.imty@gmail.com>"]
|
||||
description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol"
|
||||
categories = ["network-programming", "command-line-utilities"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user