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
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
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
The text was updated successfully, but these errors were encountered:
Problem
yew
0.21 declares dependency on bothgloo
0.10 andprokio
0.1.0, butprokio
0.1.0 depends ongloo
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
yew = "0.21.0"
to your Cargo.toml dependenciesExpected behavior
I depend on only one version of
gloo
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: