summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-27 21:46:58 -0700
committerHaibo Huang <hhb@google.com>2020-08-27 21:46:58 -0700
commit359887ebd5dcc278da9a33747f3e78cd2a1c96cb (patch)
tree2787830eaa7e620839be621224cb18d6f06a0bec /Cargo.toml
parentac2f0d8021b59fbc39648645e266d239d21f395b (diff)
downloadthiserror-impl-359887ebd5dcc278da9a33747f3e78cd2a1c96cb.tar.gz
Upgrade rust/crates/thiserror-impl to 1.0.20
Test: make Change-Id: I7c1590ef8d0f18fa0f3b63233ffd96844252412a
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"