summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-18 22:36:41 -0800
committerHaibo Huang <hhb@google.com>2021-02-18 22:36:41 -0800
commit387ebbeced36a0dc1b704d7cbd79752e3d31a593 (patch)
tree4c5babd52c59ab05e67538367649a2f2b4023774 /Cargo.toml
parent42a4275456de3f52ad34bc7a7bfe5f3894bbfcb1 (diff)
downloadthiserror-impl-387ebbeced36a0dc1b704d7cbd79752e3d31a593.tar.gz
Upgrade rust/crates/thiserror-impl to 1.0.24
Test: make Change-Id: Id287b352af2fa368f2352ea0204690384bc116a5
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 b1ff354..a9b7471 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "thiserror-impl"
-version = "1.0.23"
+version = "1.0.24"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
license = "MIT OR Apache-2.0"