Skip to content

Commit

Permalink
Update android_logger dependency to 0.10.1 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard authored Nov 12, 2021
1 parent e8765fe commit e8f52d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ndk-macro = { path = "../ndk-macro", version = "0.2.0" }
lazy_static = "1.4.0"
libc = "0.2.84"
log = "0.4.14"
android_logger = { version = "0.9.2", optional = true }
android_logger = { version = "0.10.1", optional = true }

[features]
default = []
Expand Down

0 comments on commit e8f52d2

Please sign in to comment.