summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-09 18:12:08 -0800
committerHaibo Huang <hhb@google.com>2021-02-09 18:12:08 -0800
commit64431b5d1a76ba08cec709959718f4d528ae72d5 (patch)
tree4aeae6a00a9f0854fbfabdb8eafa9e9d88d9a226 /Cargo.toml
parent87c70d003aafb4b828edafca2d118b7f4c5fa7e9 (diff)
downloadthiserror-impl-64431b5d1a76ba08cec709959718f4d528ae72d5.tar.gz
Upgrade rust/crates/thiserror-impl to 1.0.23
Test: make Change-Id: Id3a8844d19993b264e59318aff2e2abb03c9bc38
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 3ae9bdc..b1ff354 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "thiserror-impl"
-version = "1.0.22"
+version = "1.0.23"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
license = "MIT OR Apache-2.0"