aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-15 23:39:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-02-15 23:39:27 +0000
commit67d07996ae54d3d7c14a5e3fffb7f35fe9168cc5 (patch)
tree7e3671a5ec4ee34be26a735fc083c36df7861f32 /Cargo.toml.orig
parent9f97c474b91ac4e8e3d73f99c7de8ddf047ad015 (diff)
parent370b3a19c6848d1e99d6913f6a689207b8747129 (diff)
downloadeither-67d07996ae54d3d7c14a5e3fffb7f35fe9168cc5.tar.gz
Upgrade either to 1.8.1 am: 8eae190e5a am: 370b3a19c6
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/either/+/2438852 Change-Id: I911cfba209d10b3c8692bc026cafa402e3a83a5e 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"