aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2023-12-18 23:14:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-18 23:14:06 +0000
commit2c1fef0e975dd821f785ef48b31adcc0d4bc046b (patch)
tree18af4f5ec90bd2bf1c1df2dd3d030f539b1a6d21
parent27a77f5a87aea0aa2f072fd1399f4691dd185715 (diff)
parent52793f032f7060c9bd3e2d0539b87683fb6ca8d0 (diff)
downloadtinyvec-2c1fef0e975dd821f785ef48b31adcc0d4bc046b.tar.gz
Add rustc_1_57 feature to tinyvec am: fbe18b59cf am: 52793f032f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tinyvec/+/2880490 Change-Id: I4ae31c3c012567575735078615d0da75698af529 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
},