nixpkgs/pkgs/build-support/rust/hooks
Manuel Mendez 17b3df2861 rust: Write to .cargo/config.toml instead of .cargo/config
Seeing the following new warnings pop up on stderr when cargo was bumped
to 1.78:

```
warning: `/build/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
```

which happens to break commitmsgfmt builds in nix (#320294).

closes #320294
2024-09-11 21:03:32 -04:00
..
cargo-build-hook.sh rust: shellcheck setup hooks 2024-09-10 08:32:33 +02:00
cargo-check-hook.sh rust: shellcheck setup hooks 2024-09-10 08:32:33 +02:00
cargo-install-hook.sh rust: hooks: fix cross compilation 2023-09-26 06:30:44 +00:00
cargo-nextest-hook.sh rust: shellcheck setup hooks 2024-09-10 08:32:33 +02:00
cargo-setup-hook.sh rust: Write to .cargo/config.toml instead of .cargo/config 2024-09-11 21:03:32 -04:00
default.nix rust: allow linker to be different from compiler 2024-01-15 22:34:02 +01:00
maturin-build-hook.sh rust: shellcheck setup hooks 2024-09-10 08:32:33 +02:00
rust-bindgen-hook.sh