aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 3 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index ca1b723..b0ba596 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,10 +1,10 @@
[package]
name = "android_logger"
-version = "0.12.0"
+version = "0.13.3"
authors = ["The android_logger Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
-repository = "https://github.com/Nercury/android_logger-rs"
+repository = "https://github.com/rust-mobile/android_logger-rs"
description = """
A logging implementation for `log` which hooks to android log output.
"""
@@ -22,11 +22,8 @@ once_cell = "1.9"
version = "0.4"
[dependencies.android_log-sys]
-version = "0.2"
+version = "0.3"
[dependencies.env_logger]
version = "0.10"
default-features = false
-
-[badges]
-travis-ci = { repository = "Nercury/android_logger-rs" }