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

Yew 0.21 and Prokio 0.1.0 use different versions of Gloo #3553

Open
1 of 3 tasks
EndilWayfare opened this issue Dec 2, 2023 · 0 comments
Open
1 of 3 tasks

Yew 0.21 and Prokio 0.1.0 use different versions of Gloo #3553

EndilWayfare opened this issue Dec 2, 2023 · 0 comments
Labels

Comments

@EndilWayfare
Copy link
Contributor

Problem
yew 0.21 declares dependency on both gloo 0.10 and prokio 0.1.0, but prokio 0.1.0 depends on gloo 0.8.
0.8 and 0.10 are semver incompatible, so both versions are compiled.

This doesn't seem to cause immediate problems in simple use-cases, but it's likely not intended.

Steps To Reproduce

  1. Add yew = "0.21.0" to your Cargo.toml dependencies

Expected behavior
I depend on only one version of gloo

Environment:

  • Literally Every Environment

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant