Cargo build 编译cita, 一些feature不允许在release版本 编译

cargo build 编译cita, 一些feature不允许在release版本编译, 怎么忽略呢

本人是 rust新手, 不太了解cargo的命令, 试了下 cargo build --all --features proc_macro -Z unstable-options --release, 总是编译不过去

请使用指定版本的 nightly 进行编译,目前不支持 stable 编译

哦的 之前在mac os上 用brew安装的rust brew install rust

最好用 rustup安装 curl https://sh.rustup.rs -sSf | sh