Skip to content

2.8.0

Choose a tag to compare

@KeyCode17 KeyCode17 released this 15 May 14:15
· 50 commits to main since this release

2.8.0

Fixed

  • ras-cdp no longer pulls async-std. The workspace chromiumoxide pin previously enabled tokio-runtime additively on top of chromiumoxide's defaults, which meant async-std-runtime was still on. We now set default-features = false and enable only tokio-runtime + bytes.
  • Resolves RUSTSEC-2025-0052 (async-std unmaintained) for every downstream that consumes ras-cdp (e.g. ai-flow-surfer).

Why a minor bump

publish.yml gates patch versions; bumping to 2.8.0 fires the crates.io publish job. No public API changed.

Verification

cargo tree -p ras-cdp -i async-stddid not match any packages.