Remove cargo-config from cargo install

This commit is contained in:
Wildan M 2025-11-02 17:59:11 +07:00
parent ad785a81aa
commit bb727c3566
2 changed files with 0 additions and 2 deletions

View File

@ -1116,7 +1116,6 @@ else
fi
fi
cargoInstall cargo-config 0.1.1
cargoInstall just 1.42.4
cargoInstall cbindgen 0.29.0

View File

@ -9,4 +9,3 @@ curl -sSLf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/inst
cargo +stable binstall --no-confirm --force --version 0.10.0 sccache
cargo +stable binstall --no-confirm --force --version 1.42.4 just
cargo +stable binstall --no-confirm --force --version 0.29.0 cbindgen
cargo +stable install --force --version 0.1.1 cargo-config # TODO: Remove