Skip to content

Commit

Permalink
Bump version 0.2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Nov 8, 2024
1 parent f735bd5 commit 239ce8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "overtls"
version = "0.2.37"
version = "0.2.38"
edition = "2021"
license = "MIT"
description = "A simple proxy tunnel, minimalist tool for bypassing the GFW."
Expand Down Expand Up @@ -48,7 +48,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
socket2 = "0.5"
socks5-impl = "0.5"
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tokio-rustls = { version = "0.26", default-features = false, features = [
"logging",
Expand Down

0 comments on commit 239ce8f

Please sign in to comment.