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

wgpu-core 0.19.0 has been yanked from crates.io #2559

Closed
4 tasks done
edwloef opened this issue Aug 28, 2024 · 3 comments
Closed
4 tasks done

wgpu-core 0.19.0 has been yanked from crates.io #2559

edwloef opened this issue Aug 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@edwloef
Copy link
Contributor

edwloef commented Aug 28, 2024

Is your issue REALLY a bug?

  • My issue is indeed a bug!
  • I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.

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?

error: failed to select a version for the requirement `wgpu-core = "^0.19.0"`
candidate versions found which didn't match: 22.1.0, 22.0.0, 0.21.1, ...
location searched: crates.io index
required by package `wgpu v0.19.0`
    ... which satisfies dependency `wgpu = "^0.19"` of package `iced_wgpu v0.12.0`
    ... which satisfies dependency `iced_wgpu = "^0.12"` of package `iced_renderer v0.12.1`
    ... which satisfies dependency `iced_renderer = "^0.12.1"` of package `iced v0.12.1`
    ... which satisfies dependency `iced = "^0.12.1"` of package `[...]`

see gfx-rs/wgpu#5837

What is the expected behavior?

No error selection version of wgpu

Version

crates.io release

Operating System

Linux

Do you have any log output?

No response

@edwloef edwloef added the bug Something isn't working label Aug 28, 2024
@edwloef
Copy link
Contributor Author

edwloef commented Aug 28, 2024

As a workaround you can add the following to your Cargo.toml for now:

[patch.crates-io]
wgpu-core = { git = "https://github.com/gfx-rs/wgpu", tag = "wgpu-hal-v0.19.5" }
wgpu-types = { git = "https://github.com/gfx-rs/wgpu", tag = "wgpu-hal-v0.19.5" }
wgpu-hal = { git = "https://github.com/gfx-rs/wgpu", tag = "wgpu-hal-v0.19.5" }

@cobrexus
Copy link

It's actually v0.20.0 and v0.18.0 that have been yanked

@edwloef edwloef changed the title wgpu 0.19 has been yanked from crates.io wgpu-core 0.19.0 has been yanked from crates.io Aug 28, 2024
@edwloef
Copy link
Contributor Author

edwloef commented Aug 28, 2024

Sorry, meant to say wgpu-core seems to be back now, it was gone this morning.

@edwloef edwloef closed this as completed Aug 28, 2024
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