See https://github.com/ericlagergren/hctr2-rs/issues/6#issuecomment-3223554060 The older `edition = 2021` code which uses `feature[let_chains]` now stopped compiling in rustc 1.90 saying `error: let chains are only allowed in Rust 2024 or later` Although the feature flag was supported before and there are crates depending on it. Intentional?