aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-01 15:00:19 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-01 15:00:19 -0700
commite2d36b5785ec85080bb41a80e828031145f518a3 (patch)
tree2643061327408a6aeaf389a1a8416931fab491ca /Cargo.toml.orig
parent880fa7857cce27b31566234368c9c77ba191dbb7 (diff)
downloadandroid_logger-e2d36b5785ec85080bb41a80e828031145f518a3.tar.gz
Upgrade rust/crates/android_logger to 0.10.0
Test: make Change-Id: I00732a04f6053c07f83aa4c88771208d7fb629b4
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 46785d6..9aebc2c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "android_logger"
-version = "0.9.2"
+version = "0.10.0"
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.7"
+version = "0.8"
default-features = false
[badges]