aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-01-24 12:18:07 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-14 16:13:51 +0100
commit7cf0228c70e705857d8c40196300ce07c0bb6f8c (patch)
tree4019cb444e37278d214a01b01267563207edc982 /Cargo.toml.orig
parent8328bd87a67c00e8224c1cbdb64c7044b3ec07a9 (diff)
downloadandroid_logger-7cf0228c70e705857d8c40196300ce07c0bb6f8c.tar.gz
Upgrade android_logger to 0.13.3
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/android_logger For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Fixes: 322718401 Change-Id: Ie99a356dd5287528c6eb6be7139a9541ccd3c7fb
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" }