diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2024-06-27 16:34:42 +0200 |
---|---|---|
committer | Klaus T. Aehlig <aehlig@linta.de> | 2024-06-27 16:46:40 +0200 |
commit | 3c54e850a32e4250c36bee3f118df977c3e8773d (patch) | |
tree | 8997065bb29dcdd09fbe8f131680f2377c063e70 /etc/defaults/rust/TARGETS.cargo_import | |
parent | 866e07a8baa21707ec73109b6e502af4fe4c41bf (diff) | |
download | hello-nix-3c54e850a32e4250c36bee3f118df977c3e8773d.tar.gz |
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.
Diffstat (limited to 'etc/defaults/rust/TARGETS.cargo_import')
-rw-r--r-- | etc/defaults/rust/TARGETS.cargo_import | 3 |
1 files changed, 3 insertions, 0 deletions
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"]]} +} |