Release Notes
Added
- Added a
cargo-deny policy for dependency advisories, duplicate/wildcard
dependency rules, allowed source registries, and dependency licenses.
- GitHub Actions CI and the local
mise run check task now run
cargo deny check alongside formatting, strict Clippy, and tests.
Changed
- Cargo source packages now exclude local
mise.toml, keeping local tool-trust
config out of published crate sources.
Fixed
- The source Arch
kickoutchi PKGBUILD now invokes /usr/bin/cargo,
/usr/bin/rustc, and /usr/bin/rustdoc directly during prepare/build/check,
so user tool shims cannot break makepkg builds or doctests.
Install kickoutchi 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nuggocto/kickoutchi/releases/download/v0.1.1/kickoutchi-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nuggocto/kickoutchi/releases/download/v0.1.1/kickoutchi-installer.ps1 | iex"
Download kickoutchi 0.1.1