From bcbe64cc0d12df056069764b9e5cd4bd08875fe6 Mon Sep 17 00:00:00 2001 From: Yinuo Deng Date: Fri, 24 Mar 2023 13:34:28 +0800 Subject: [PATCH] Minor updates --- Cargo.lock | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1da2aa4..b3911e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,6 +539,8 @@ dependencies = [ [[package]] name = "proxie" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1b08d044e87235a9245b9a802bf0a76586f638bc4cb61ab1c5fb8392772841b" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index 099356c..384e988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/README.md b/README.md index a7bcfe1..af81cd7 100644 --- a/README.md +++ b/README.md @@ -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