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

Specify an exact wasm-bindgen-cli version in publish.yml. #2624

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

jimblandy
Copy link
Member

The versions of wasm-bindgen-cli run by .github/workflows/publish.yml must exactly match the version of wasm-bindgen used by wgpu. At the moment, wgpu/Cargo.toml specifies 0.2.76, and our Cargo.lock says 0.2.78, so the latter is what publish.yml should mention.

The versions of wasm-bindgen-cli run by `.github/workflows/publish.yml` must
exactly match the version of `wasm-bindgen` used by `wgpu`. At the moment,
`wgpu/Cargo.toml` specifies `0.2.76`, and our `Cargo.lock` says `0.2.78`, so
the latter is what `publish.yml` should mention.
@cwfitzgerald
Copy link
Member

LGTM!

@cwfitzgerald cwfitzgerald enabled auto-merge (squash) April 21, 2022 20:48
@cwfitzgerald cwfitzgerald merged commit c226a10 into gfx-rs:master Apr 21, 2022
@jimblandy jimblandy deleted the publish-wasm-bindgen-version branch April 21, 2022 20:59
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

Successfully merging this pull request may close these issues.

2 participants