Skip to content

kord v0.8.1

Latest

Choose a tag to compare

@twitchax twitchax released this 14 Jul 23:15

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's recursion_limit so the wasm hydrate build compiles on the newer nightly.
  • CI reliability: authenticate cargo-binstall and force cargo-make reinstalls so the Linux/Windows/macOS/WASM build jobs stop intermittently failing with no 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