aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-19 14:34:14 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-01-23 08:02:15 +0100
commit0af555c01fe29c05d1cf29712bfc73b15f7938cf (patch)
tree3c4a238940950e24f56f2c5f1fbf1856d655c7a9 /Cargo.toml.orig
parent469c0d1289cde80d2aac6b287f29fd4a1764c862 (diff)
downloadandroid_logger-0af555c01fe29c05d1cf29712bfc73b15f7938cf.tar.gz
Update from 0.11.1 to 0.11.3
Remove patch that has been applied upstream. Test: TH Change-Id: I88aa7761fa5d85335b7b8150f6d2779177155936
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 37c6496..f8da8dd 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "android_logger"
-version = "0.11.1"
+version = "0.11.3"
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.9"
+version = "0.10"
default-features = false
[badges]