Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dynos01 committed Mar 24, 2023
1 parent c96bfcc commit bcbe64c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tokio = { version = "1.26.0", features = ["macros", "rt", "rt-multi-thread", "ne
thiserror = "1.0.40"
crc32fast = "1.3.2"
flume = "0.10.14"
proxie = { path = "../proxie", features = ["enable_tokio"] }
proxie = { version = "0.1.1", features = ["enable_tokio"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The program is in C-S architecture: a client program runs on the local machine,
This program is currently a hobby project and only serves my own needs, however, any issue report or recommendation is welcomed.

## Build
Prebuilt statically linked binaries are available. In the meantime, you can build your own copy in the standard Rusty way:
Prebuilt binaries are available in the release page. In the meantime, you can build your own copy in the standard Rusty way:

```
git clone https://github.com/dynos01/ushuttle
Expand Down

0 comments on commit bcbe64c

Please sign in to comment.