From d298a1533e930e96b735ddd1233c41dce33b1e6b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 23 Nov 2022 11:15:29 -0800 Subject: [PATCH] Update ndk-sys to v0.4.1+23.1.7779620, to fix checksum failures. 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` --- CHANGELOG.md | 1 + Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9bc5f0fd..fe41d65f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/Cargo.lock b/Cargo.lock index feb64e2729..32fadd6b61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1453,9 +1453,9 @@ dependencies = [ [[package]] name = "ndk-sys" -version = "0.4.0" +version = "0.4.1+23.1.7779620" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046" +checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" dependencies = [ "jni-sys", ]