Skip to content

Commit

Permalink
Update ndk-sys to v0.4.1+23.1.7779620, to fix checksum failures.
Browse files Browse the repository at this point in the history
This addresses CI failures like:

    /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo metadata --format-version=1 --manifest-path /home/runner/work/wgpu/wgpu/Cargo.toml
        Updating crates.io index
        Updating git repository `https://github.com/gfx-rs/naga`
        Updating git repository `https://github.com/grovesNL/glow/`
     Downloading crates ...
      Downloaded async-trait v0.1.57
      Downloaded cgl v0.3.2  Downloaded ndk-sys v0.4.0
    error: failed to verify the checksum of `ndk-sys v0.4.0`
  • Loading branch information
jimblandy committed Nov 23, 2022
1 parent f41a1c2 commit d298a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Bottom level categories:

#### General

- Update ndk-sys to v0.4.1+23.1.7779620, to fix checksum failures. By @jimblandy in [#3232](https://github.com/gfx-rs/wgpu/pull/3232).
- Bother to free the `hal::Api::CommandBuffer` when a `wgpu_core::command::CommandEncoder` is dropped. By @jimblandy in [#3069](https://github.com/gfx-rs/wgpu/pull/3069).
- Fixed the mipmap example by adding the missing WRITE_TIMESTAMP_INSIDE_PASSES feature. By @Olaroll in [#3081](https://github.com/gfx-rs/wgpu/pull/3081).
- Avoid panicking in some interactions with invalid resources by @nical in (#3094)[https://github.com/gfx-rs/wgpu/pull/3094]
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d298a15

Please sign in to comment.