Bump version 0.3.1

This commit is contained in:
ssrlive 2024-07-24 21:11:23 +08:00
parent 824b443d2b
commit 016aaa6128

View file

@ -1,6 +1,6 @@
[package]
name = "tun2proxy"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/blechschmidt/tun2proxy"
@ -25,7 +25,7 @@ env_logger = "0.11"
hashlink = "0.9"
hickory-proto = "0.24"
httparse = "1"
ipstack = { version = "0.0.10" }
ipstack = { version = "0.1" }
lazy_static = "1"
log = { version = "0.4", features = ["std"] }
percent-encoding = "2"