summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-09 18:47:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-09 18:47:56 +0000
commit497884ee62fb3b409d3c7a76d38eef28ad44862a (patch)
tree2787830eaa7e620839be621224cb18d6f06a0bec /Cargo.toml
parentebfc6d52d985fa954a0d5a44aab1357a1cdede3e (diff)
parent033ae1ceeb7a84cffe2086e035f66bac57e58b85 (diff)
downloadthiserror-impl-497884ee62fb3b409d3c7a76d38eef28ad44862a.tar.gz
Merge "Upgrade rust/crates/thiserror-impl to 1.0.20" am: 34a3122583 am: 033ae1ceeb
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thiserror-impl/+/1414399 Change-Id: Ifefda3811c76f92dcd1c17d56eba492fd22f7d68
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9197bc0..26a856d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "thiserror-impl"
-version = "1.0.16"
+version = "1.0.20"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
license = "MIT OR Apache-2.0"
@@ -31,5 +31,3 @@ version = "1.0"
[dependencies.syn]
version = "1.0.11"
-[badges.travis-ci]
-repository = "dtolnay/thiserror"