bump version
This commit is contained in:
parent
fc5fda4d4a
commit
76d573648c
@ -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"]
|
||||||
|
@ -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"] }
|
||||||
|
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user