Browse Source
Update android_logger requirement from 0.13 to 0.14 (#122)
pull/125/head
dependabot[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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] |
|
|
|
|