3 Commits

Author SHA1 Message Date
Wilfried Chauveau
55928a6225
fix: Update cargo's config to use the new linker parameter (#100)
Since rust v1.74, the linker can be selected without using rustflags.
This plays nicer with `RUSTFLAGS`.
2025-05-16 11:23:27 +10:00
Wilfried Chauveau
2e15359a72
fix: remove inline-threshold from the config's template too (#98)
This change mirros 8f7b4b67.

When fetching through cargo-generate, a different file is used to build
the config file.

Fixes #97
2025-05-13 16:11:28 +10:00
Wilfried Chauveau
bd81c400bc
Make runner command selectable (#74) 2024-04-06 14:15:09 +11:00