libp2p-rs icon indicating copy to clipboard operation
libp2p-rs copied to clipboard

error: no matching package named `salsa20-core` found

Open DAOCUONG opened this issue 3 years ago • 3 comments

Add libp2p-rs to cargo.toml Run cargo build

Got error cause salsa20-core is abandance

DAOCUONG avatar Feb 05 '21 17:02 DAOCUONG

Hi @DAOCUONG ,

Salsa20-core is a dependency for salsa20 and it was yanked on Febuary 3rd. So you can clone our repo to local, manually change salsa20 to version 0.6.0 in core/src/Cargo.toml and use this dependency in your Cargo.toml. We will fix it in next release.

Thanks for your attention to libp2p-rs.

restoreall avatar Feb 06 '21 02:02 restoreall

Hi @DAOCUONG ,

Salsa20-core is a dependency for salsa20 and it was yanked on Febuary 3rd. So you can clone our repo to local, manually change salsa20 to version 0.6.0 in core/src/Cargo.toml and use this dependency in your Cargo.toml. We will fix it in next release.

Thanks for your attention to libp2p-rs.

Also, You can refer to latest commit (ebd1b57b) in @kingwel-xie fork

macrocan avatar Feb 06 '21 15:02 macrocan

Thanks for helping

DAOCUONG avatar Feb 08 '21 16:02 DAOCUONG