aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-25 17:17:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-25 17:17:15 +0000
commit71c267e3f56e620ca4d4bd14c72f2052da928909 (patch)
tree6a88b0163eea4c6f67a782664450fdd503201480
parentbd8acb4deaf5da4bd58fc71c9dd2f9d68684e3ba (diff)
parentc4fd7225826499f1c27e5bdb32d39eea064d8079 (diff)
downloadno-panic-71c267e3f56e620ca4d4bd14c72f2052da928909.tar.gz
Upgrade rust/crates/no-panic to 0.1.15 am: e70c2b8872 am: c4fd722582
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/no-panic/+/1534648 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6a1d4eed91a217cfeb4b0ca692a175f589c48bb3
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Android.bp4
-rw-r--r--Cargo.toml4
-rw-r--r--Cargo.toml.orig4
-rw-r--r--METADATA6
-rw-r--r--TEST_MAPPING8
6 files changed, 18 insertions, 10 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 02fa1cf..a244221 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@
{
"git": {
- "sha1": "c9b18d4a8af4393dc9d9e5efb4d3cc7a56c41d92"
+ "sha1": "bd3461a31006e0c46f76970db07d4054c12e9928"
}
}
diff --git a/Android.bp b/Android.bp
index 962d0e2..a717be3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,6 @@ rust_proc_macro {
// dependent_library ["feature_list"]
// proc-macro2-1.0.24 "default,proc-macro"
-// quote-1.0.7 "default,proc-macro"
-// syn-1.0.53 "clone-impls,default,derive,full,parsing,printing,proc-macro,quote"
+// quote-1.0.8 "default,proc-macro"
+// syn-1.0.60 "clone-impls,default,derive,full,parsing,printing,proc-macro,quote"
// unicode-xid-0.2.1 "default"
diff --git a/Cargo.toml b/Cargo.toml
index c854821..0a7ae1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,10 +13,10 @@
[package]
edition = "2018"
name = "no-panic"
-version = "0.1.14"
+version = "0.1.15"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Attribute macro to require that the compiler prove a function can't ever panic."
-documentation = "https://github.com/dtolnay/no-panic"
+documentation = "https://docs.rs/no-panic"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/no-panic"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 9be6d3f..f32a7f2 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,12 +1,12 @@
[package]
name = "no-panic"
-version = "0.1.14"
+version = "0.1.15"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Attribute macro to require that the compiler prove a function can't ever panic."
repository = "https://github.com/dtolnay/no-panic"
-documentation = "https://github.com/dtolnay/no-panic"
+documentation = "https://docs.rs/no-panic"
readme = "README.md"
[lib]
diff --git a/METADATA b/METADATA
index b49a5e0..5416245 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/no-panic/no-panic-0.1.14.crate"
+ value: "https://static.crates.io/crates/no-panic/no-panic-0.1.15.crate"
}
- version: "0.1.14"
+ version: "0.1.15"
license_type: NOTICE
last_upgrade_date {
year: 2020
month: 12
- day: 9
+ day: 29
}
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..20d68b6
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,8 @@
+// Generated by cargo2android.py for tests that depend on this crate.
+{
+ "presubmit": [
+ {
+ "name": "libm_device_test_src_lib"
+ }
+ ]
+}