Skip to content

Commit

Permalink
ndk: Upgrade num_enum crate from 0.5.1 to 0.6 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 15, 2023
1 parent 7ae827b commit 97dfefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- asset: Use entire asset length when mapping buffer. (#387)
- Bump MSRV to 1.64 for `raw-window-handle 0.5.1`. (#388)
- Bump optional `jni` dependency for doctest example from `0.19` to `0.21`. (#390)
- **Breaking:** Upgrade `num_enum` crate from `0.5.1` to `0.6`. (#398)

# 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"
num_enum = "0.5.1"
num_enum = "0.6"
raw-window-handle = "0.5"
thiserror = "1.0.23"

Expand Down

0 comments on commit 97dfefe

Please sign in to comment.