diff options
Diffstat (limited to 'test/rust-from-c/foo/TARGETS')
-rw-r--r-- | test/rust-from-c/foo/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rust-from-c/foo/TARGETS b/test/rust-from-c/foo/TARGETS index 17c66ba..5a3e43c 100644 --- a/test/rust-from-c/foo/TARGETS +++ b/test/rust-from-c/foo/TARGETS @@ -1,5 +1,5 @@ { "foo": - { "type": ["rules/rust", "library"] + { "type": ["@", "rules-rust", "rust", "library"] , "name": ["foo"] , "crate_root": ["foo.rs"] , "c_hdrs": ["foo.h"] @@ -7,7 +7,7 @@ , "deps": ["bar"] } , "bar": - { "type": ["rules/rust", "library"] + { "type": ["@", "rules-rust", "rust", "library"] , "name": ["bar"] , "crate_root": ["bar.rs"] , "stage": ["bar"] |