nixpkgs/pkgs/build-support/rust/fetch-cargo-tarball
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-vendor-normalise.py
default.nix rust: Write to .cargo/config.toml instead of .cargo/config 2024-09-11 21:03:32 -04:00