chore: bump v0.3.3

This commit is contained in:
Yujia Qiao 2022-01-07 19:38:42 +08:00
parent f989643c10
commit 12535a4243
No known key found for this signature in database
GPG Key ID: DC129173B148701B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1509,7 +1509,7 @@ dependencies = [
[[package]]
name = "rathole"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"anyhow",
"async-trait",

View File

@ -1,6 +1,6 @@
[package]
name = "rathole"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Yujia Qiao <code@rapiz.me>"]
description = "A reverse proxy for NAT traversal"