Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current master branch broken during refactoring, doesn't compile - missing paths for crates and incorrect version #75

Closed
AlexMikhalev opened this issue Sep 21, 2020 · 7 comments

Comments

@AlexMikhalev
Copy link

AlexMikhalev commented Sep 21, 2020

Current master branch broken during refactoring, doesn't compile - missing paths for crates and incorrect versions:

cargo build 
error: failed to get `zip` as a dependency of package `ripgrep_all v0.9.7-alpha.0 (/home/alex/ripgrep-all)`

Caused by:
  failed to load source for dependency `zip`

Caused by:
  Unable to update /home/alex/rust_code/zip-rs

Caused by:
  failed to read `/home/alex/rust_code/zip-rs/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

@rickhg12hs
Copy link

Possibly related: bcc01f7#r42231033

@AlexMikhalev
Copy link
Author

Yes, this seems to be breaking change.

@phiresky
Copy link
Owner

phiresky commented Sep 23, 2020 via email

@rickhg12hs
Copy link

If you need a working source code snapshot, use the latest tag.

This also seems to be working for me.

cargo +nightly install --git https://github.com/phiresky/ripgrep-all.git --rev 977074c6e64bd8cc304e0d68e07243ccab9cb736

@AlexMikhalev
Copy link
Author

Do we have to use nightly?

@ramifications123
Copy link

If you need a working source code snapshot, use the latest tag.

This also seems to be working for me.

cargo +nightly install --git https://github.com/phiresky/ripgrep-all.git --rev 977074c6e64bd8cc304e0d68e07243ccab9cb736

We'll have to use nightly until a new version comes out.

@phiresky
Copy link
Owner

phiresky commented Jan 16, 2024

fixed . you shouldn't rely on master to work though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants