Skip to content

Commit

Permalink
build(deps): update num_enum requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version.
- [Release notes](https://github.com/illicitonion/num_enum/releases)
- [Commits](illicitonion/num_enum@0.5.0...0.6.1)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 23, 2023
1 parent c91745a commit 0fa6888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-activity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ndk = "0.7"
ndk-sys = "0.4"
ndk-context = "0.1"
android-properties = "0.2"
num_enum = "0.5"
num_enum = "0.6"
bitflags = "1.3"
libc = "0.2"

Expand Down

0 comments on commit 0fa6888

Please sign in to comment.