Open silkroadnomad opened 8 months ago
Ahh, right. This is likely due to missing git
submodules.
There's a note in the peerpiper-wallet
but it should probably be moved up to the main repo
Oh wait, you might be running rust stable, you need to switch to the nightly toolchain
rustup toolchain install nightly
rustup default nightly
I should add the nightly
as a rust-toolchain.toml
requirement (done)
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 compiledelanocreds
(lib) due to previous error warning: build failed, waiting for other jobs to finish...