a2 icon indicating copy to clipboard operation
a2 copied to clipboard

Update minimum required Rust version to 1.66.0

Open developerfred opened this issue 3 months ago • 0 comments

Description

The project utilizes let...else statements, which are only stable in Rust 1.66.0 and later. This change updates the documented minimum Rust version in the README to prevent build failures and clarify requirements for contributors and users. See issue #99 for details on the incompatibility with older Rust releases.

Resolves #99

Due Dilligence

  • [ ] Breaking change
  • [ ] Requires a documentation update
  • [ ] Requires a e2e/integration test update

developerfred avatar Oct 09 '25 14:10 developerfred