Skip to content

Commit

Permalink
ndk: Upgrade num_enum to 0.7 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Aug 15, 2023
1 parent 7d07d99 commit 6bc7fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- **Breaking:** Upgrade to [`ndk-sys 0.5.0`](../ndk-sys/CHANGELOG.md#050-TODO). (#370)
- **Breaking:** Upgrade `bitflags` crate from `1` to `2`. (#394)
- bitmap: Add `try_format()` to `AndroidBitmapInfo` to handle unexpected formats without panicking. (#395)
- **Breaking:** Upgrade `num_enum` crate from `0.5.1` to `0.6`. (#398)
- **Breaking:** Upgrade `num_enum` crate from `0.5.1` to `0.7`. (#398, #419)
- **Breaking:** Renamed and moved "`media`" error types and helpers to a new `media_error` module. (#399)
- **Breaking:** media_codec: Wrap common dequeued-buffer status codes in enum. (#401)
- **Breaking:** media_codec: Return `MaybeUninit` bytes in `buffer_mut()`. (#403)
Expand Down
2 changes: 1 addition & 1 deletion ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test = ["ffi/test", "jni", "all"]
bitflags = "2.0.0"
jni-sys = "0.3.0"
log = "0.4"
num_enum = "0.6"
num_enum = "0.7"
raw-window-handle = "0.5"
thiserror = "1.0.23"

Expand Down

0 comments on commit 6bc7fce

Please sign in to comment.