Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EAimTY committed Apr 16, 2022
1 parent f7b5d78 commit d4a2652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuic-client"
version = "0.5.0"
version = "0.6.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"]
Expand All @@ -25,7 +25,7 @@ quinn = "0.8"
rand = "0.8"
rustls = { version = "0.20", features = ["quic"], default-features = false }
rustls-native-certs = "0.6"
rustls-pemfile = "0.3"
rustls-pemfile = "1.0"
serde = { version = "1.0", features = ["derive", "std"], default-features = false }
serde_json = { version = "1.0", features = ["std"], default-features = false }
socket2 = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuic-server"
version = "0.5.0"
version = "0.6.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"]
Expand All @@ -23,7 +23,7 @@ log = { version = "0.4", features = ["serde", "std"] }
parking_lot = { version = "0.12", features = ["send_guard"] }
quinn = "0.8"
rustls = { version = "0.20", features = ["quic"], default-features = false }
rustls-pemfile = "0.3"
rustls-pemfile = "1.0"
serde = { version = "1.0", features = ["derive", "std"], default-features = false }
serde_json = { version = "1.0", features = ["std"], default-features = false }
socket2 = "0.4"
Expand Down

0 comments on commit d4a2652

Please sign in to comment.