aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-16 01:21:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-02-16 01:21:44 +0000
commit0ace8dfb5901108ad182b8a6bba6c0e66e5506c2 (patch)
tree7e3671a5ec4ee34be26a735fc083c36df7861f32 /Cargo.toml.orig
parent3ff8572acb2a7da3c6e4846f5024a21b6b7d65fd (diff)
parent67d07996ae54d3d7c14a5e3fffb7f35fe9168cc5 (diff)
downloadeither-0ace8dfb5901108ad182b8a6bba6c0e66e5506c2.tar.gz
Upgrade either to 1.8.1 am: 8eae190e5a am: 370b3a19c6 am: 67d07996ae
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/either/+/2438852 Change-Id: I1b8428e15c128b7c8244f517520c296e95c821fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 5d4c933..a2768f1 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,11 +1,11 @@
[package]
name = "either"
-version = "1.8.0"
+version = "1.8.1"
authors = ["bluss"]
edition = "2018"
rust-version = "1.36"
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
repository = "https://github.com/bluss/either"
documentation = "https://docs.rs/either/1/"
readme = "README-crates.io.md"