When cloning this repo and running
cargo build
I get this error:
Compiling delanocreds v0.2.0 (/Users/nandi/Documents/projekte/DecentraSol/peerpiper/submodules/delanocreds/crates/delanocreds)
Compiling wnfs v0.2.1
error[E0554]: #![feature] may not be used on the stable release channel
--> submodules/delanocreds/crates/delanocreds/src/lib.rs:1:12
|
1 | #![feature(cfg_eval)]
| ^^^^^^^^
For more information about this error, try rustc --explain E0554.
error: could not compile delanocreds (lib) due to previous error
warning: build failed, waiting for other jobs to finish...