frewsxcv / rust-crates-index

Rust library for retrieving and interacting with the crates.io index
https://docs.rs/crates-index/
Apache License 2.0
72 stars 37 forks source link

Allow using `git::URL` without `git` feature active #150

Closed Nemo157 closed 1 year ago

Nemo157 commented 1 year ago

fixes #149

Byron commented 1 year ago

Thanks a lot for your help!

I noticed that cargo test isn't running all tests due to the default features not including git anymore, but cargo test --all-features still provides full coverage.

I will be merging this PR shortly and create a new patch release.

Byron commented 1 year ago

And here is the new release.