Skip to content

Commit 3d3f6fd

Browse files
committed
1 parent 66af2c3 commit 3d3f6fd

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Diff for: ndk-sys/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- **Breaking:** Regenerate against NDK `25.2.9519653` with `rust-bindgen 0.66.0`. (#324, #370)
66
- Add `font`, `font_matcher`, `system_fonts` bindings. (#397)
7+
- **Breaking:** Bump `jni-sys` dependency to 0.4. (#433)
78

89
# 0.4.1 (2022-11-23)
910

Diff for: ndk-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/rust-mobile/ndk"
1313
rust-version = "1.60"
1414

1515
[dependencies]
16-
jni-sys = "0.3.0"
16+
jni-sys = "0.4.0"
1717

1818
[features]
1919
test = []

Diff for: ndk/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- native_window: Add `set_buffers_transform()`, `try_allocate_buffers()` and `set_frame_rate*()`. (#425)
2929
- hardware_buffer: Add `id()` to retrieve a system-wide unique identifier for a `HardwareBuffer`. (#428)
3030
- **Breaking:** bitmap: Strip `Android` prefix from structs and enums, and `Bitmap` from `Result`. (#430)
31+
- **Breaking:** Bump `jni-sys` dependency to 0.4. (#433)
3132

3233
# 0.7.0 (2022-07-24)
3334

Diff for: ndk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test = ["ffi/test", "jni", "all"]
3333

3434
[dependencies]
3535
bitflags = "2.0.0"
36-
jni-sys = "0.3.0"
36+
jni-sys = "0.4.0"
3737
log = "0.4"
3838
num_enum = "0.7"
3939
raw-window-handle = "0.5"

0 commit comments

Comments
 (0)