summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-03-08 19:01:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-08 19:01:20 +0000
commitbe6367e6077dc3f116699dc88d89d5de45bb4458 (patch)
treea8b1482c04bb0fbcaa25d6ca764bd65868fb757b
parent5793d683263098322519ca32ac799eb4520bff0a (diff)
parent67d5d1f74b6f015050e00defd1d5f72554a1da2b (diff)
downloadthiserror-impl-be6367e6077dc3f116699dc88d89d5de45bb4458.tar.gz
Merge "Update thiserror-impl to 1.0.30" am: 67d5d1f74b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thiserror-impl/+/2005055 Change-Id: I34b3aece810900e856bea8ba99ddc61b85dd34dd
-rw-r--r--.cargo_vcs_info.json7
-rw-r--r--Android.bp2
-rw-r--r--Cargo.toml3
-rw-r--r--Cargo.toml.orig3
-rw-r--r--METADATA10
5 files changed, 14 insertions, 11 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index d146052..2d04484 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,6 @@
{
"git": {
- "sha1": "c7dd271dcd92af17168746a809503ee392d6f6ad"
- }
-}
+ "sha1": "672e9525bbc2e5682c380d36974f34716b963591"
+ },
+ "path_in_vcs": "impl"
+} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index 6ef921c..d3c9ef4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -43,7 +43,7 @@ rust_proc_macro {
name: "libthiserror_impl",
crate_name: "thiserror_impl",
cargo_env_compat: true,
- cargo_pkg_version: "1.0.29",
+ cargo_pkg_version: "1.0.30",
srcs: ["src/lib.rs"],
edition: "2018",
rustlibs: [
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"
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"
diff --git a/METADATA b/METADATA
index 59c63eb..594ab80 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.29.crate"
+ value: "https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.30.crate"
}
- version: "1.0.29"
+ version: "1.0.30"
license_type: NOTICE
last_upgrade_date {
- year: 2021
- month: 9
- day: 22
+ year: 2022
+ month: 3
+ day: 1
}
}