lsd-rs / lsd

The next gen ls command
Apache License 2.0
13.16k stars 429 forks source link

cargo install lsd fails #883

Closed JoeKae closed 1 year ago

JoeKae commented 1 year ago

Expected behavior

cargo install lsd -> installs lsd

Actual behavior

cargo install lsd
Updating crates.io index
Downloaded lsd v0.23.1
error: failed to parse manifest at `/root/.cargo/registry/src/github.com-1ecc6299db9ec823/lsd-0.23.1/Cargo.toml`
almereyda commented 1 year ago

For me rustup update helped to be able to run cargo install lsd, but still the v0.23.1 version #885

almereyda commented 1 year ago

Taken from https://github.com/lsd-rs/lsd/issues/885#issuecomment-1695956362, you can also install v1.0.0, given your rust/cargo tandem is up to date:

cargo install --git https://github.com/lsd-rs/lsd --tag v1.0.0
JoeKae commented 1 year ago

Issue is cargo 1.46.0