summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:06 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:06 +0000
commit0ea9e769c43ed66bcf5b120ff61b8dca29885585 (patch)
treea8b1482c04bb0fbcaa25d6ca764bd65868fb757b /Cargo.toml
parent91dcd9888d71166f85d9af483c33b1f7913293f6 (diff)
downloadthiserror-impl-0ea9e769c43ed66bcf5b120ff61b8dca29885585.tar.gz
Update thiserror-impl to 1.0.30
Test: cd external/rust/crates && atest --host -c Change-Id: Id8d25d62fa9e3750d156752037c32c2c38942403
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a27665..97e0042 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,9 @@
[package]
edition = "2018"
+rust-version = "1.31"
name = "thiserror-impl"
-version = "1.0.29"
+version = "1.0.30"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
license = "MIT OR Apache-2.0"