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

Cargo: support for local relative paths of Git repositories #57790

Closed
ghost opened this issue Jan 21, 2019 · 1 comment
Closed

Cargo: support for local relative paths of Git repositories #57790

ghost opened this issue Jan 21, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 21, 2019

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,

@ghost
Copy link
Author

ghost commented Jan 21, 2019

I'm sorry I've found a similar issue in Cargo repo: rust-lang/cargo#2252

@ghost ghost closed this as completed Jan 21, 2019
This issue was closed.
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

0 participants