aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2023-12-18 22:41:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-18 22:41:27 +0000
commit52793f032f7060c9bd3e2d0539b87683fb6ca8d0 (patch)
tree18af4f5ec90bd2bf1c1df2dd3d030f539b1a6d21
parent262e772f4c86cfa8cef9c276732b309dd353fd9a (diff)
parentfbe18b59cfe47697cc2aab958fbbe91aa9e3c2f3 (diff)
downloadtinyvec-52793f032f7060c9bd3e2d0539b87683fb6ca8d0.tar.gz
Add rustc_1_57 feature to tinyvec am: fbe18b59cf
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tinyvec/+/2880490 Change-Id: Ic27eacbfc936fe781b64a3098f33605a6b0cc6d9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp9
-rw-r--r--cargo_embargo.json3
2 files changed, 11 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1393a8b..57b6f2d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,6 +50,9 @@ rust_library {
features: [
"alloc",
"default",
+ "rustc_1_40",
+ "rustc_1_55",
+ "rustc_1_57",
"std",
"tinyvec_macros",
],
@@ -79,6 +82,9 @@ rust_test {
features: [
"alloc",
"default",
+ "rustc_1_40",
+ "rustc_1_55",
+ "rustc_1_57",
"std",
"tinyvec_macros",
],
@@ -107,6 +113,9 @@ rust_test {
features: [
"alloc",
"default",
+ "rustc_1_40",
+ "rustc_1_55",
+ "rustc_1_57",
"std",
"tinyvec_macros",
],
diff --git a/cargo_embargo.json b/cargo_embargo.json
index f7826ad..68e6dcb 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -10,7 +10,8 @@
"alloc",
"default",
"std",
- "tinyvec_macros"
+ "tinyvec_macros",
+ "rustc_1_57"
],
"tests": true
},