Forráskód Böngészése

chore: bump v0.3.9

Yujia Qiao 4 éve
szülő
commit
3cab131fc4
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -1458,7 +1458,7 @@ dependencies = [
 
 [[package]]
 name = "rathole"
-version = "0.3.8"
+version = "0.3.9"
 dependencies = [
  "anyhow",
  "async-trait",

+ 1 - 1
Cargo.toml

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