summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-09 19:09:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-09 19:09:50 +0000
commitd258c35f02065cf36e4b1495bc01e2449eaa1f20 (patch)
tree2787830eaa7e620839be621224cb18d6f06a0bec /Cargo.toml
parentf16af11a58d91eded2de50661515d1330297ee2e (diff)
parent497884ee62fb3b409d3c7a76d38eef28ad44862a (diff)
downloadthiserror-impl-d258c35f02065cf36e4b1495bc01e2449eaa1f20.tar.gz
Merge "Upgrade rust/crates/thiserror-impl to 1.0.20" am: 34a3122583 am: 033ae1ceeb am: 497884ee62
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thiserror-impl/+/1414399 Change-Id: Ib9831760cc45d5fa305df52139eabf010cad5868
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"