aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-02 14:18:50 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-02-02 14:18:50 +0100
commit0d111b712b963a0eb57ac71780658b64b8a33a9e (patch)
tree2b89b8d8753005b8dd7294662c1361a2c6e7d5fd /Cargo.toml.orig
parent5c4ac127798cbf00100964a11e7b2206d976a0b2 (diff)
downloadandroid_logger-0d111b712b963a0eb57ac71780658b64b8a33a9e.tar.gz
Update to 0.12.0
Test: hello_rust prints to logcat Test: TH Change-Id: Ic8d880b8bbb499e12e3bb13f3401b25ae2d130c5
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..ca1b723 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "android_logger"
-version = "0.11.1"
+version = "0.12.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.9"
+version = "0.10"
default-features = false
[badges]