LNP-BP / nodes

Complete LNP/BP protocol daemons suite
MIT License
18 stars 8 forks source link

error: could not find `lnpbp_nodes` in registry `crates-io` with version `*` #21

Closed Goosie closed 1 year ago

Goosie commented 1 year ago

Doing: cd repos git clone https://github.com/LNP-BP/nodes.git rustup update nightly cargo +nightly install lnpbp_nodes -Z bindeps

Gives the error: error: could not find lnpbp_nodes in registry crates-io with version *

Goosie commented 1 year ago

This did the trick: cargo +nightly -Z bindeps install lnpbp_nodes --version 0.8.0-rc.1 --force