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 1
1
[package ]
2
2
name = " android_logger"
3
- version = " 0.13.1 "
3
+ version = " 0.13.2 "
4
4
authors = [" The android_logger Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
7
- repository = " https://github.com/Nercury /android_logger-rs"
7
+ repository = " https://github.com/rust-mobile /android_logger-rs"
8
8
description = """
9
9
A logging implementation for `log` which hooks to android log output.
10
10
"""
@@ -27,6 +27,3 @@ version = "0.3"
27
27
[dependencies .env_logger ]
28
28
version = " 0.10"
29
29
default-features = false
30
-
31
- [badges ]
32
- travis-ci = { repository = " Nercury/android_logger-rs" }
Original file line number Diff line number Diff line change 1
1
## Send Rust logs to Logcat
2
2
3
3
[ ![ 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/ )
5
5
6
6
7
7
This 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