summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
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.orig
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.orig')
-rw-r--r--Cargo.toml.orig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 121f679..e2ad11b 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,8 +1,9 @@
[package]
name = "thiserror-impl"
-version = "1.0.29"
+version = "1.0.30"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
+rust-version = "1.31"
license = "MIT OR Apache-2.0"
description = "Implementation detail of the `thiserror` crate"
repository = "https://github.com/dtolnay/thiserror"