File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " android_logger"
3- version = " 0.13.1 "
3+ version = " 0.13.2 "
44authors = [" The android_logger Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
7- repository = " https://github.com/Nercury /android_logger-rs"
7+ repository = " https://github.com/rust-mobile /android_logger-rs"
88description = """
99A logging implementation for `log` which hooks to android log output.
1010"""
@@ -27,6 +27,3 @@ version = "0.3"
2727[dependencies .env_logger ]
2828version = " 0.10"
2929default-features = false
30-
31- [badges ]
32- travis-ci = { repository = " Nercury/android_logger-rs" }
Original file line number Diff line number Diff line change 11## Send Rust logs to Logcat
22
33[ ![ Version] ( https://img.shields.io/crates/v/android_logger.svg )] ( https://crates.io/crates/android_logger )
4- [ ![ CI status] ( https://github.com/Nercury /android_logger-rs/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Nercury /android_logger-rs/actions/workflows/ci.yml/ )
4+ [ ![ CI status] ( https://github.com/rust-mobile /android_logger-rs/actions/workflows/ci.yml/badge.svg )] ( https://github.com/rust-mobile /android_logger-rs/actions/workflows/ci.yml/ )
55
66
77This library is a drop-in replacement for ` env_logger ` . Instead, it outputs messages to
You can’t perform that action at this time.
0 commit comments