Skip to content

Commit 1a3db5e

Browse files
committed
1 parent 66af2c3 commit 1a3db5e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

ndk-sys/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
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

ndk-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = []

ndk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
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` and `jni` to `0.22`. (#433)
3132

3233
# 0.7.0 (2022-07-24)
3334

ndk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ 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"
4040
thiserror = "1.0.23"
4141

4242
[dependencies.jni]
43-
version = "0.21"
43+
version = "0.22"
4444
optional = true
4545

4646
[dependencies.ffi]

0 commit comments

Comments
 (0)