cfal / shoes

A multi-protocol proxy server written in Rust (HTTP, HTTPS, SOCKS5, Vmess, Vless, Shadowsocks, Trojan, Snell)
MIT License
181 stars 17 forks source link

support compilation on stable #8

Closed Xixi0218 closed 9 months ago

Xixi0218 commented 12 months ago

#![feature] may not be used on the stable release channel

cfal commented 11 months ago

good question, were you able to compile it against stable now? we do seem to use two features, but they might be stabilized already: https://github.com/cfal/shoes/blob/master/src/main.rs#L1-L2