Skip to content

Commit 6ad2fbc

Browse files
Update android_logger requirement from 0.14 to 0.15
Updates the requirements on [android_logger](https://github.com/rust-mobile/android_logger-rs) to permit the latest version. - [Release notes](https://github.com/rust-mobile/android_logger-rs/releases) - [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md) - [Commits](rust-mobile/android_logger-rs@0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: android_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58f4fe6 commit 6ad2fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ tokio-util = "0.7"
3030
url = "2"
3131

3232
[target.'cfg(target_os="android")'.dependencies]
33-
android_logger = "0.14"
33+
android_logger = "0.15"
3434
jni = { version = "0.21", default-features = false }

0 commit comments

Comments
 (0)