Skip to content

Release v0.1.8

Choose a tag to compare

@mrchypark mrchypark released this 16 Jan 03:27
· 15 commits to main since this release

Changes

  • Downgrade ort to 2.0.0-rc.10 for CRAN Windows compatibility
  • ort 2.0.0-rc.11 requires Rust Edition 2024 (Rust 1.85+) which is not available on CRAN Windows (Rust 1.81.0)
  • Update API calls to match ort 2.0.0-rc.10 interface

Fixes

  • CRAN Windows build failure due to Rust edition mismatch