Skip to content

Commit

Permalink
Bump jni-sys to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Oct 4, 2023
1 parent 66af2c3 commit 3d3f6fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ndk-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

# 0.4.1 (2022-11-23)

Expand Down
2 changes: 1 addition & 1 deletion ndk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/rust-mobile/ndk"
rust-version = "1.60"

[dependencies]
jni-sys = "0.3.0"
jni-sys = "0.4.0"

[features]
test = []
Expand Down
1 change: 1 addition & 0 deletions ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- native_window: Add `set_buffers_transform()`, `try_allocate_buffers()` and `set_frame_rate*()`. (#425)
- hardware_buffer: Add `id()` to retrieve a system-wide unique identifier for a `HardwareBuffer`. (#428)
- **Breaking:** bitmap: Strip `Android` prefix from structs and enums, and `Bitmap` from `Result`. (#430)
- **Breaking:** Bump `jni-sys` dependency to 0.4. (#433)

# 0.7.0 (2022-07-24)

Expand Down
2 changes: 1 addition & 1 deletion ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test = ["ffi/test", "jni", "all"]

[dependencies]
bitflags = "2.0.0"
jni-sys = "0.3.0"
jni-sys = "0.4.0"
log = "0.4"
num_enum = "0.7"
raw-window-handle = "0.5"
Expand Down

0 comments on commit 3d3f6fd

Please sign in to comment.