We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Rust developers,
I'm using Rust 1.32.0.
Currently this sample of Cargo.toml doesn't work:
[dependencies] some-lib = { git='file:../../some-lib/', tag='0.1.0' }
If I change to full path, it will work. However using local full paths is not useful while sharing code with team.
Would you consider adding support for local Git relative paths?
Thank you,
The text was updated successfully, but these errors were encountered:
I'm sorry I've found a similar issue in Cargo repo: rust-lang/cargo#2252
Sorry, something went wrong.
No branches or pull requests
Hello Rust developers,
I'm using Rust 1.32.0.
Currently this sample of Cargo.toml doesn't work:
If I change to full path, it will work. However using local full paths is not useful while sharing code with team.
Would you consider adding support for local Git relative paths?
Thank you,
The text was updated successfully, but these errors were encountered: