A maintenance release. No library API or behavioral changes — same code as 0.8.0, just built on a current toolchain with more reliable CI.
Changes
- Bump the pinned nightly toolchain to
nightly-2026-07-14(rustc 1.99.0-nightly), dropping three now-unused#![feature]gates and clearing new clippy/rustc lints. - Raise
kord-web'srecursion_limitso the wasm hydrate build compiles on the newer nightly. - CI reliability: authenticate
cargo-binstalland forcecargo-makereinstalls so the Linux/Windows/macOS/WASM build jobs stop intermittently failing withno such command: make.
Binaries
Prebuilt kord CLI binaries are attached for Linux (x86_64-unknown-linux-gnu), Windows (x86_64-pc-windows-gnu), macOS (aarch64-apple-darwin), and WASM (wasm32-wasip2).
Full Changelog: v0.8.0...v0.8.1