Let %cargo_prep handle removing .cargo/config.toml.

This commit is contained in:
Maxwell G 2023-10-10 19:03:53 +00:00
commit 3ff334ed6b
No known key found for this signature in database
GPG key ID: F79E4E25E8C661F8

View file

@ -57,7 +57,7 @@ tomcli-set Cargo.toml del 'features.unstable-simd'
# Remove no-panic feature
tomcli-set Cargo.toml del 'features.no-panic'
# Remove bundled rust crates
rm -r include/cargo .cargo/config.toml
rm -r include/cargo
# Remove bundled yyjson.
rm -rv include/yyjson/