mirror of https://github.com/ekzhang/bore.git
Update version to 0.2.0
This commit is contained in:
parent
e84bd34bd9
commit
c1efefeddf
|
@ -84,7 +84,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bore-cli"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bore-cli"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
authors = ["Eric Zhang <ekzhang1@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."
|
||||
|
|
|
@ -38,7 +38,7 @@ You can optionally pass in a `--port` option to pick a specific port on the remo
|
|||
The full options are shown below.
|
||||
|
||||
```shell
|
||||
bore-local 0.1.1
|
||||
bore-local 0.2.0
|
||||
Starts a local proxy to the remote server
|
||||
|
||||
USAGE:
|
||||
|
@ -68,7 +68,7 @@ That's all it takes! After the server starts running at a given address, you can
|
|||
The full options for the `bore server` command are shown below.
|
||||
|
||||
```shell
|
||||
bore-server 0.1.1
|
||||
bore-server 0.2.0
|
||||
Runs the remote proxy server
|
||||
|
||||
USAGE:
|
||||
|
|
Loading…
Reference in New Issue