aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2023-12-19 00:03:58 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-19 00:03:58 +0000
commitbc2339de868009a57404a6c66c97516bd356019a (patch)
tree18af4f5ec90bd2bf1c1df2dd3d030f539b1a6d21
parent2498eae50598c78b805d467fa67518c858442c76 (diff)
parent2c1fef0e975dd821f785ef48b31adcc0d4bc046b (diff)
downloadtinyvec-bc2339de868009a57404a6c66c97516bd356019a.tar.gz
Add rustc_1_57 feature to tinyvec am: fbe18b59cf am: 52793f032f am: 2c1fef0e97HEADmastermain
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tinyvec/+/2880490 Change-Id: Ic6a1b1a1145b51778630723ec0e86068038eab2b 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
},