Skip to content

Commit

Permalink
Release ndk-sys-0.4.1
Browse files Browse the repository at this point in the history
Re-release of `0.4.0` to combat a faulty `0.4.0+25.0.8775105` publish.
Now also includes `+23.1.7779620` version metadata.
  • Loading branch information
MarijnS95 committed Nov 23, 2022
1 parent 9a8be25 commit 01ef13b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ndk-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 0.4.1 (2022-11-23)

- Re-release of `0.4.0` to combat a faulty `0.4.0+25.0.8775105` publish. Now also includes `+23.1.7779620` version metadata.

# 0.4.0 (2022-07-24)

- **Breaking:** Turn `enum` type aliases into newtype wrappers. (#245, #315)
Expand Down
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"
version = "0.4.1+23.1.7779620"
authors = ["The Rust Windowing contributors"]
edition = "2018"
description = "FFI bindings for the Android NDK"
Expand Down
2 changes: 1 addition & 1 deletion ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ optional = true
[dependencies.ffi]
package = "ndk-sys"
path = "../ndk-sys"
version = "0.4.0"
version = "0.4.1"

[package.metadata.docs.rs]
features = ["jni", "jni-glue", "all"]
Expand Down

0 comments on commit 01ef13b

Please sign in to comment.