diff options
author | 2022-11-30 11:49:01 +0800 | |
---|---|---|
committer | 2022-11-30 11:49:01 +0800 | |
commit | ee5c7b4a770ef6c5b7ab5b21c1ee2c2f0a74f4f7 (patch) | |
tree | d4b0d96677d58b3db24e4fdfe5340c936b1f0b13 | |
parent | 1b5c892e249c5644f9d7e9f926c346f93e1c5197 (diff) | |
download | rathole-ee5c7b4a770ef6c5b7ab5b21c1ee2c2f0a74f4f7.tar.gz rathole-ee5c7b4a770ef6c5b7ab5b21c1ee2c2f0a74f4f7.tar.zst rathole-ee5c7b4a770ef6c5b7ab5b21c1ee2c2f0a74f4f7.zip |
chore: bump v0.4.7v0.4.7
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1549,7 +1549,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.4.6" +version = "0.4.7" dependencies = [ "anyhow", "async-http-proxy", @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.4.6" +version = "0.4.7" edition = "2021" authors = ["Yujia Qiao <code@rapiz.me>"] description = "A reverse proxy for NAT traversal" |