summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-26 13:16:48 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-26 13:16:48 -0700
commit545fd6fbe483c50e7bea9dd12d9d6e317f1863ba (patch)
tree065dc5c480f8aefeed5676357fc1990a8b3ca6df /Cargo.toml
parent701c58dce525670572ec72dd22299cca99e4faae (diff)
downloadthiserror-impl-545fd6fbe483c50e7bea9dd12d9d6e317f1863ba.tar.gz
Upgrade rust/crates/thiserror-impl to 1.0.21
Test: make Change-Id: Ia5a7d8ef39a8e6904c0dd22f95a35e9c538cd51e
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 26a856d..b38f58a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "thiserror-impl"
-version = "1.0.20"
+version = "1.0.21"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
license = "MIT OR Apache-2.0"