iced-rs/iced

web-sys dependecy resolution

nferhat opened this issue · 1 comments

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

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