Let %cargo_prep handle removing .cargo/config.toml.
This commit is contained in:
parent
4e24494280
commit
3ff334ed6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue