diff options
Diffstat (limited to 'test/c-from-rust')
-rw-r--r-- | test/c-from-rust/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
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"]] |