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

Fails to build (dependency disregarded semver) #1285

Closed
luiswirth opened this issue Mar 27, 2021 · 1 comment
Closed

Fails to build (dependency disregarded semver) #1285

luiswirth opened this issue Mar 27, 2021 · 1 comment

Comments

@luiswirth
Copy link
Contributor

Description
wgpu-core fails to build, because one of it's dependency did a breaking change without adhering to semantic versioning.

The crate gpu-alloc fixed a typo ("treshold" => "threshold"), which was a breaking change and only increased the minor version number. Therefor Cargo updated automatically to the newest version.

Repro steps
Do a cargo update and see how the newest version of gpu-alloc 0.3.1 doesn't work with wgpu-core 7.1

Expected vs observed behavior
I expected it to build :).

Platform
Arch-Linux x86

@luiswirth luiswirth changed the title [Bug] fails to build (dependency disregarded semantic versioning) [Bug] fails to build (dependency disregarded semver) Mar 27, 2021
@luiswirth luiswirth changed the title [Bug] fails to build (dependency disregarded semver) Fails to build (dependency disregarded semver) Mar 27, 2021
@luiswirth
Copy link
Contributor Author

Fixed by zakarumych/gpu-alloc#39

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