commit | e2d36b5785ec85080bb41a80e828031145f518a3 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Thu Apr 01 15:00:19 2021 -0700 |
committer | Joel Galenson <[email protected]> | Thu Apr 01 15:00:19 2021 -0700 |
tree | 2643061327408a6aeaf389a1a8416931fab491ca | |
parent | 880fa7857cce27b31566234368c9c77ba191dbb7 [diff] [blame] |
Upgrade rust/crates/android_logger to 0.10.0 Test: make Change-Id: I00732a04f6053c07f83aa4c88771208d7fb629b4
diff --git a/README.md b/README.md index f96823c..9b2c4a4 100644 --- a/README.md +++ b/README.md
@@ -12,7 +12,7 @@ ```toml [target.'cfg(target_os = "android")'.dependencies] -android_logger = "0.9" +android_logger = "0.10" ``` Example of initialization on activity creation, with log configuration: