Browse Source

Update android_logger requirement from 0.13 to 0.14 (#122)

pull/125/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
dbf960884d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -49,7 +49,7 @@ nix = { version = "0", default-features = false, features = [
] }
[target.'cfg(target_os="android")'.dependencies]
android_logger = "0.13"
android_logger = "0.14"
jni = { version = "0.21", default-features = false }
[build-dependencies]

Loading…
Cancel
Save