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

web-sys dependecy resolution #2372

Open
2 tasks done
nferhat opened this issue Apr 4, 2024 · 1 comment
Open
2 tasks done

web-sys dependecy resolution #2372

nferhat opened this issue Apr 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nferhat
Copy link

nferhat commented Apr 4, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

My project has different libraries, one of them depends on web-sys-0.3.68 (locked inside the library Cargo.toml file)

Iced, has a strict dependency on =web-sys-0.3.67. Removing the strict dependency and switching it to something like a tilde requirement has (as far as I checked) no side effects.

What is the expected behavior?

Cargo resolving dependencies properly.

Version

master

Operating System

Linux

Do you have any log output?

No response

@nferhat nferhat added the bug Something isn't working label Apr 4, 2024
@B0ney
Copy link

B0ney commented Apr 4, 2024

If I recall, this was probably done because web-sys had a breaking change in one of its patch releases a few months back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants