Skip to content

Commit 01ef13b

Browse files
committed
Release ndk-sys-0.4.1
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.
1 parent 9a8be25 commit 01ef13b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ndk-sys/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.4.1 (2022-11-23)
4+
5+
- 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.
6+
37
# 0.4.0 (2022-07-24)
48

59
- **Breaking:** Turn `enum` type aliases into newtype wrappers. (#245, #315)

ndk-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndk-sys"
3-
version = "0.4.0"
3+
version = "0.4.1+23.1.7779620"
44
authors = ["The Rust Windowing contributors"]
55
edition = "2018"
66
description = "FFI bindings for the Android NDK"

ndk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ optional = true
4747
[dependencies.ffi]
4848
package = "ndk-sys"
4949
path = "../ndk-sys"
50-
version = "0.4.0"
50+
version = "0.4.1"
5151

5252
[package.metadata.docs.rs]
5353
features = ["jni", "jni-glue", "all"]

0 commit comments

Comments
 (0)