Skip to content

Commit

Permalink
Merge pull request #164 from podusowski/dependabot/cargo/android_logg…
Browse files Browse the repository at this point in the history
…er-0.14

Update android_logger requirement from 0.13 to 0.14
  • Loading branch information
podusowski committed Jun 22, 2024
2 parents 24e6561 + e8ad0a0 commit 24d3626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_android/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
log = "0.4"
android_logger = "0.13"
android_logger = "0.14"
jni = "*"
eframe = { workspace = true, features = ["wgpu", "android-game-activity"] }
egui-winit.workspace = true
Expand Down

0 comments on commit 24d3626

Please sign in to comment.