You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
When I set
max = "*"
as a dependency in a Mojo project containinglightbug_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
Expected behavior
I would expect only the latest version of Max compatible with Lightbug_http to be used.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: