summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-09 19:30:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-09 19:30:00 +0000
commit2f5566d8ef67c1d40e06cf39dbe1fc06f24655b0 (patch)
tree2787830eaa7e620839be621224cb18d6f06a0bec /Cargo.toml.orig
parenta73370ca763ee337052f4d70b95d166ec9db5ebb (diff)
parentd258c35f02065cf36e4b1495bc01e2449eaa1f20 (diff)
downloadthiserror-impl-2f5566d8ef67c1d40e06cf39dbe1fc06f24655b0.tar.gz
Merge "Upgrade rust/crates/thiserror-impl to 1.0.20" am: 34a3122583 am: 033ae1ceeb am: 497884ee62 am: d258c35f02
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thiserror-impl/+/1414399 Change-Id: I4b0aab8588ce5ced32ff8b9ee3cc443a05ad0145
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 46363da..ebcfe35 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
-version = "1.0.16"
+version = "1.0.20"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -10,9 +10,6 @@ repository = "https://github.com/dtolnay/thiserror"
[lib]
proc-macro = true
-[badges]
-travis-ci = { repository = "dtolnay/thiserror" }
-
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"