Skip to content

Dependencies versions management #254

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

Open
thomas-huegel opened this issue Jun 6, 2025 · 0 comments
Open

Dependencies versions management #254

thomas-huegel opened this issue Jun 6, 2025 · 0 comments

Comments

@thomas-huegel
Copy link

Describe the bug
When I set max = "*" as a dependency in a Mojo project containing lightbug_http as well, a version of Max newer than what is supported by Lightbug_http gets downloaded (25.4.0 instead of 25.3.0 as of today).

To Reproduce

[dependencies]
max = "*"
lightbug_http = ">=25.3.0"

Expected behavior
I would expect only the latest version of Max compatible with Lightbug_http to be used.

Desktop (please complete the following information):

  • OS: Linux
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

1 participant