-
Notifications
You must be signed in to change notification settings - Fork 194
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
Updating rspirv
crate
#1187
Comments
@kvark we have just pushed |
I'm having a bit of an issue updating
|
Stripping the "+1.5.4" removes the warnings but I'm left with
|
Yeah, you're not supposed to specify the metadata with the version. The checksum issue is a bit odd - we didn't get that issue when publishing a new rspirv update. |
Removing everything with |
@kvark I seem to be getting the same issue locally - I'll investigate. |
Seems related to rust-lang/cargo#7180 |
Seems like there used to be an old version of Edit: Seems to work for me locally now with 0.2.0. |
Thanks! Unfortunately, now rspirv also needs to be updated, since it still tries to drag in the old spirv-0.1.0 |
Pushed a new version of |
Thanks! Just as I needed this. Naga-0.6 is also released now, using the new spirv crate. |
Creating this ticket since we had some breakage in this project the last time we tried to update
rspirv
. This was tracked in gfx-rs/rspirv#196 but we'd like to announce it here as well since we're planning on pushing a new update torspirv
soon (with a seperatespirv
crate instead ofspirv_headers
).Historically the semver handing of rspirv hasn't been ... great, which is something we're working on fixing but I thought I'd give a small heads up at least.
The text was updated successfully, but these errors were encountered: