aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-02 09:56:16 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-02-02 09:56:46 +0100
commit5c4ac127798cbf00100964a11e7b2206d976a0b2 (patch)
tree302ce0eff262fd39a93c2202fefd000cf8e110a1 /Cargo.toml.orig
parent4ab128de3299643fe6f80ad9711acdd8b8496c91 (diff)
downloadandroid_logger-5c4ac127798cbf00100964a11e7b2206d976a0b2.tar.gz
Revert "Update from 0.11.1 to 0.11.3"
This reverts commit 0af555c01fe29c05d1cf29712bfc73b15f7938cf. Test: logging works Change-Id: I18c5f1c4f0afab15cac98b7c5078a2cfcff05d53
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index f8da8dd..37c6496 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "android_logger"
-version = "0.11.3"
+version = "0.11.1"
authors = ["The android_logger Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
@@ -25,7 +25,7 @@ version = "0.4"
version = "0.2"
[dependencies.env_logger]
-version = "0.10"
+version = "0.9"
default-features = false
[badges]