From d1401e45d2bc5033a14366d272971a2973e85762 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 24 Jun 2024 18:12:44 +0200 Subject: repos.json: split main and testing repositories... ...such that user can just-import-git only the strictly required repository. --- test/c-from-rust/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/c-from-rust') diff --git a/test/c-from-rust/TARGETS b/test/c-from-rust/TARGETS index 7da2055..9bec7d9 100644 --- a/test/c-from-rust/TARGETS +++ b/test/c-from-rust/TARGETS @@ -1,5 +1,5 @@ { "main": - { "type": ["rules/rust", "binary"] + { "type": ["@", "rules-rust", "rust", "binary"] , "name": ["main"] , "crate_root": ["main.rs"] , "deps": [["./", "clib", "foo"]] -- cgit v1.2.3