Skip to content

Commit 71f0ed9

Browse files
authored
Merge pull request #69 from Nercury/master
Update links and prepare for crates push
2 parents e4e8a9a + d769d7d commit 71f0ed9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "android_logger"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = ["The android_logger Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
7-
repository = "https://github.com/Nercury/android_logger-rs"
7+
repository = "https://github.com/rust-mobile/android_logger-rs"
88
description = """
99
A logging implementation for `log` which hooks to android log output.
1010
"""
@@ -27,6 +27,3 @@ version = "0.3"
2727
[dependencies.env_logger]
2828
version = "0.10"
2929
default-features = false
30-
31-
[badges]
32-
travis-ci = { repository = "Nercury/android_logger-rs" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
This library is a drop-in replacement for `env_logger`. Instead, it outputs messages to

0 commit comments

Comments
 (0)