I have a apple M1 macbook, and when I tried to use `cargo build --release" command, I encountered this error
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/lib.rs:1:12
|
1 | #![feature(int_roundings)]
| ^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not compile `zkml` due to previous error
I have a apple M1 macbook, and when I tried to use `cargo build --release" command, I encountered this error
How should I solve it?