Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ndk-glue requirement from 0.2 to 0.5 #5

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2021

Updates the requirements on ndk-glue to permit the latest version.

Release notes

Sourced from ndk-glue's releases.

ndk-glue v0.4.0

  • Looper is now created before returning from ANativeActivity_onCreate, solving race conditions in onInputQueueCreated.
  • Event pipe and looper are now notified of removal before destroying NativeWindow and InputQueue. This allows applications to unlock their read-locks of these instances first (which they are supposed to hold on to during use) instead of deadlocking in Android callbacks.
  • Reexport android_logger and log from the crate root for ndk-macro to use.
  • Use new FdEvents bitflags for looper file descriptor events.
  • Update to ndk 0.4.0. This minor dependency bump causes a minor bump for ndk-glue too.
Commits
  • 074eb06 Release ndk 0.4.0, ndk-glue 0.4.0, ndk-build 0.4.1 (#166)
  • d93b6e0 ndk-glue: Add missing entries to changelog and perform patch release 0.3.1 (#...
  • edba2c0 ndk-macro: Update proc-macro-crate to 1.0, update darling to 0.13 (#163)
  • 8021a8a Test hello-world example with Android Emulator on CI (#133)
  • 636e9d9 README: Document tested and supported NDK versions (#159)
  • 2dc644c Simplify some code in ndk-macro and ndk-build (#162)
  • 49e8ed5 looper: Model ALOOPER_EVENT with bitflags (#158)
  • e533042 ndk/looper: Use intra-doc links (#156)
  • d21e51f ndk-build: Only use supported platforms as default target SDK (#157)
  • 14a8c9c release cargo-apk 0.8 and ndk-build 0.4 (#152)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ndk-glue](https://github.com/rust-windowing/android-ndk-rs) to permit the latest version.
- [Release notes](https://github.com/rust-windowing/android-ndk-rs/releases)
- [Commits](rust-mobile/ndk@ndk-glue-v0.2.0...ndk-glue-0.4.0)

---
updated-dependencies:
- dependency-name: ndk-glue
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 14, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 14, 2021

Looks like ndk-glue is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 14, 2021
@dependabot dependabot bot deleted the dependabot/cargo/ndk-glue-0.5 branch December 14, 2021 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants