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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent 5b25c80 commit 4213ce4
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 @@ -23,7 +23,7 @@ tracing-log = "0.1.2"
tracing-error = { version = "0.2.0", 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 4213ce4

Please sign in to comment.