Build with stable Rust.

- #750 introduced strip=true, but it can only be used in >= 1.59
This commit is contained in:
zonyitoo
2022-01-27 21:48:29 +08:00
parent 15ff6ac901
commit 78e0e0e243
6 changed files with 13 additions and 18 deletions

View File

@@ -69,12 +69,6 @@ This project uses system (libc) memory allocator (Rust's default). But it also a
Install from [crates.io](https://crates.io/crates/shadowsocks-rust):
```bash
# Set default toolchain to nightly
rustup default nightly
# RECOMMEND: Check the rust-toolchain file in the project root and use the recommended nightly version
# For example:
# rustup default nightly-2021-06-03
# Install from crates.io
cargo install shadowsocks-rust
```
@@ -789,7 +783,7 @@ It supports the following features:
- [x] Improved logging format (waiting for the new official log crate)
- [x] Support more ciphers without depending on `libcrypto` (waiting for an acceptable Rust crypto lib implementation)
- [x] Windows support.
- [ ] Build with stable `rustc` (blocking by `crypto2`).
- [x] Build with stable `rustc` <del>(blocking by `crypto2`)</del>.
- [x] Support HTTP Proxy protocol
- [x] AEAD ciphers. (proposed in [SIP004](https://github.com/shadowsocks/shadowsocks-org/issues/30), still under discussion)
- [x] Choose server based on delay #152