Skip to content

Commit

Permalink
Update android_log-sys requirement from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [android_log-sys](https://github.com/nercury/android_log-sys-rs) to permit the latest version.
- [Release notes](https://github.com/nercury/android_log-sys-rs/releases)
- [Commits](https://github.com/nercury/android_log-sys-rs/commits)

---
updated-dependencies:
- dependency-name: android_log-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent c8167c1 commit c5b4645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing-error = { version = "0.2.0", optional = true }
tracy-client = { version = "0.15", optional = true }

[target.'cfg(target_os = "android")'.dependencies]
android_log-sys = "0.2.0"
android_log-sys = "0.3.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"
Expand Down

0 comments on commit c5b4645

Please sign in to comment.