Skip to content

Commit

Permalink
ndk-sys: Bump version to latest-published 0.4.1+23.1.7779620
Browse files Browse the repository at this point in the history
This again makes it possible to `patch` the latest `ndk-sys` crate used
in a dependency tree.  There are no backports from `0.4.0` -> `0.4.1`
and this version metadata was not matching the NDK version the crate is
generated from anyway to prevent the CI from releasing the same crate
version again with different version metadata (which results in `cargo`
errors locally, yet crates.io still allows uploading such a conflict:
#369 (comment)).
  • Loading branch information
MarijnS95 committed Jun 29, 2023
1 parent b520751 commit fd3dee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndk-sys"
version = "0.4.0+25.0.8775105" # Current source contains 25.2.9519653
version = "0.4.1+23.1.7779620" # Current source contains 25.2.9519653
authors = ["The Rust Windowing contributors"]
edition = "2018"
description = "FFI bindings for the Android NDK"
Expand Down

0 comments on commit fd3dee9

Please sign in to comment.