diff --git a/client/Cargo.toml b/client/Cargo.toml index 4e09d5f..3739c5c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-client" -version = "0.8.0-beta0" +version = "0.8.0" authors = ["EAimTY "] description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" categories = ["network-programming", "command-line-utilities"] diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 844f52d..840ae69 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-protocol" -version = "4.1.0" +version = "4.1.1" authors = ["EAimTY "] 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"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index a6f4119..513a1c0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-server" -version = "0.8.0-beta0" +version = "0.8.0" authors = ["EAimTY "] description = "Delicately-TUICed high-performance proxy built on top of the QUIC protocol" categories = ["network-programming", "command-line-utilities"]