-
Notifications
You must be signed in to change notification settings - Fork 12
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
complains about alternate [dependency]
blocks showing a git include
#42
Comments
Hi Cody, Thanks for the report -- I agree completely, |
If a block contain a "git = '...'" dependency, then we can simply accept it. Before we would raise a "on dependency on foo" error since we would not detect the version number. Fixes #42.
When might this be available on crates.io? |
Hi @ahmedcharles, I just merged #45 to address this issue. I'll try to make a release in the next days. |
@ahmedcharles, I've just published version 0.6.0 with this change and with another little feature that I've been meaning to get out. Enjoy! |
Thanks! |
For example, https://github.com/jmesmon/rust-systemd/blob/cec9df440144daf975348fb7532f88c4757ca9ec/README.md or https://github.com/jmesmon/rust-systemd/blob/bb87c893127da33cf27c32fcbfd40a40d5f9cb37/README.md
etc.
Marking as
no_sync
as a workaround, but seems plausible thatversion-sync
could detect that one is trying to provide a git dependency and allow it.The text was updated successfully, but these errors were encountered: