summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
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.orig
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.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"