mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 11:38:32 -04:00
release: v0.3.0
This commit is contained in:
parent
a44b8b48eb
commit
34e78d9f07
2 changed files with 6 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -454,7 +454,7 @@ checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|||
|
||||
[[package]]
|
||||
name = "onetun"
|
||||
version = "0.2.9"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
[package]
|
||||
name = "onetun"
|
||||
version = "0.2.9"
|
||||
version = "0.3.0"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
description = "A cross-platform, user-space WireGuard port-forwarder that requires no system network configurations."
|
||||
authors = ["Aram Peres <aram.peres@gmail.com>"]
|
||||
repository = "https://github.com/aramperes/onetun"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue