chore: bump v0.2.0

This commit is contained in:
Yujia Qiao 2021-12-25 19:17:21 +08:00 committed by Yujia Qiao
parent 48f0514b6c
commit 21e63fe10e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -862,7 +862,7 @@ dependencies = [
[[package]]
name = "rathole"
version = "0.1.2"
version = "0.2.0"
dependencies = [
"anyhow",
"async-trait",

View File

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