compiling with stable rustc is back to TODO

- fixes #512
This commit is contained in:
zonyitoo
2021-05-08 17:26:24 +08:00
parent 9ef26b57e4
commit 7342501a73
2 changed files with 2 additions and 2 deletions

View File

@@ -559,7 +559,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.
* [x] Build with stable `rustc`.
* [ ] Build with stable `rustc` (blocking by `crypto2`).
* [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

View File

@@ -1 +1 @@
nightly-2021-04-24
nightly-2021-05-06