Skip to content

Commit

Permalink
chore: bump v0.3.7
Browse files Browse the repository at this point in the history
fix: drop unnecesary features of snowstorm
  • Loading branch information
rapiz1 committed Jan 14, 2022
1 parent 25a737b commit d16916b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 95 deletions.
94 changes: 1 addition & 93 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rathole"
version = "0.3.4"
version = "0.3.7"
edition = "2021"
authors = ["Yujia Qiao <code@rapiz.me>"]
description = "A reverse proxy for NAT traversal"
Expand Down Expand Up @@ -64,7 +64,7 @@ socket2 = { version = "0.4", features = ["all"] }
fdlimit = "0.2"
tokio-native-tls = { version = "0.3", optional = true }
async-trait = "0.1"
snowstorm = { version = "0.3", optional = true, features = ["stream"] }
snowstorm = { version = "0.3", optional = true, features = ["stream"], default-features = false }
base64 = { version = "0.13", optional = true }
notify = { version = "5.0.0-pre.13", optional = true }
console-subscriber = { version = "0.1", optional = true, features = ["parking_lot"] }
Expand Down

0 comments on commit d16916b

Please sign in to comment.