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

Support multiple versions of the same dependency #34

Open
mario-eth opened this issue Mar 27, 2024 · 0 comments
Open

Support multiple versions of the same dependency #34

mario-eth opened this issue Mar 27, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mario-eth
Copy link
Owner

In order to respect the Cargo.toml format for now the dependency name is used as key in the config file.
In the future we must implement something like this:

libv1 = { version = "1", package = "lib" }
libv2 = { version = "2", package = "lib" }

Example
https://github.com/TheDan64/inkwell/blob/69c5a3fcc3e8b997c36e20021c52adcff664d746/Cargo.toml#L129-L150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant