From 69cdbdb960e3a869213c773eb16ceb8af72eca38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Cl=C3=A9ment=20Tosi?= Date: Thu, 25 Jan 2024 17:54:49 +0000 Subject: Prepare cargo_embargo.json for multi-variants Minimize the diff of the next commits by packaging the configs for the single (for now) variant into one "variants" entry (trivial change). Test: cargo_embargo generate cargo_embargo.json Test: m libmemoffset Change-Id: Idc9f5a113c8dde77047b92e6b222c35f38f41ae2 --- cargo_embargo.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cargo_embargo.json b/cargo_embargo.json index 87c3870..c458c58 100644 --- a/cargo_embargo.json +++ b/cargo_embargo.json @@ -1,5 +1,4 @@ { - "min_sdk_version": "29", "package": { "memoffset": { "dep_blocklist": [ @@ -7,5 +6,10 @@ ] } }, - "tests": true + "variants": [ + { + "min_sdk_version": "29", + "tests": true + } + ] } -- cgit v1.2.3