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

bug: cargo doesn't know how to resolve dependencies for print-rcdom #477

Open
coolaj86 opened this issue Jun 10, 2022 · 1 comment
Open

Comments

@coolaj86
Copy link

See #476

If you use "*" for the dependency version, cargo cannot resolve the versions correctly:

[dependencies]
html5ever = "*"
markup5ever_rcdom = "*"

Fix: use exact dependencies

[dependencies]
html5ever = "0.25.2"
markup5ever_rcdom = "0.1.0"

Not sure if this is a bug in how the versions have been published, or a bug in cargo itself.

@coolaj86
Copy link
Author

coolaj86 commented Jun 10, 2022

Recording of me walking through this, step-by-step, verbatim and demonstrating the bug:

Starts at timestamp 2:30:05:
https://youtu.be/xu2r8tuUs6k?t=9005

Exact bug discovered at 2:38:15:
https://youtu.be/xu2r8tuUs6k?t=9495

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