From 3c54e850a32e4250c36bee3f118df977c3e8773d Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Thu, 27 Jun 2024 16:34:42 +0200 Subject: Update just-import-cargo, update just dependencies, and clean up - With the new naming convention of just-import-cargo, there is no longer the conflict on the file etc/defulta/rust/TARGETS. - With the new version of the upstream rust rules, we can use the defaults target directly, as it fully honors TOOLCHAIN_CONFIG[RUST]. - With that simplification in place, we don't have to point just-import-cargo to rules-rust anymore, as for the default-imported rules, the TOOLCHAIN_CONFIG is honored as well. --- etc/defaults/rust/TARGETS | 3 --- etc/defaults/rust/TARGETS.cargo_import | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 etc/defaults/rust/TARGETS create mode 100644 etc/defaults/rust/TARGETS.cargo_import (limited to 'etc/defaults') diff --git a/etc/defaults/rust/TARGETS b/etc/defaults/rust/TARGETS deleted file mode 100644 index fe4de0a..0000000 --- a/etc/defaults/rust/TARGETS +++ /dev/null @@ -1,3 +0,0 @@ -{ "defaults": - {"type": "defaults", "base": [["@", "orig-rules", "rust", "defaults"]]} -} diff --git a/etc/defaults/rust/TARGETS.cargo_import b/etc/defaults/rust/TARGETS.cargo_import new file mode 100644 index 0000000..fe4de0a --- /dev/null +++ b/etc/defaults/rust/TARGETS.cargo_import @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["@", "orig-rules", "rust", "defaults"]]} +} -- cgit v1.2.3