Skip to content

chore: bump MSRV to 1.90#570

Merged
prestwich merged 2 commits intorecmo:mainfrom
DaniPopes:dani/msrv-1.90
Apr 21, 2026
Merged

chore: bump MSRV to 1.90#570
prestwich merged 2 commits intorecmo:mainfrom
DaniPopes:dani/msrv-1.90

Conversation

@DaniPopes
Copy link
Copy Markdown
Contributor

Replace the manual const reverse loop in to_be_bytes with bytes.reverse(), which is const-stable as of Rust 1.90.

Replace the manual const reverse loop in `to_be_bytes` with
`bytes.reverse()`, which is const-stable as of Rust 1.90.
@prestwich
Copy link
Copy Markdown
Collaborator

should we prep a minor bump?

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 21, 2026

Merging this PR will improve performance by 11%

⚡ 3 improved benchmarks
✅ 383 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
most_significant_bits/4096/4096 28.9 µs 26.1 µs +11%
to/f32/4096 29.1 µs 26.3 µs +10.77%
to/f64/4096 29.2 µs 26.3 µs +10.85%

Comparing DaniPopes:dani/msrv-1.90 (313b839) with main (403227f)

Open in CodSpeed

@prestwich prestwich merged commit 4af858c into recmo:main Apr 21, 2026
19 checks passed
@DaniPopes DaniPopes deleted the dani/msrv-1.90 branch April 21, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants