Skip to content

Set minimum supported Rust version to 1.88#320

Open
Rawk wants to merge 1 commit into
trifectatechfoundation:mainfrom
Rawk:set-msrv
Open

Set minimum supported Rust version to 1.88#320
Rawk wants to merge 1 commit into
trifectatechfoundation:mainfrom
Rawk:set-msrv

Conversation

@Rawk
Copy link
Copy Markdown
Contributor

@Rawk Rawk commented Jun 5, 2026

Rust 1.88 is the lowest version that compiles. By setting MSRV we can get warnings when using newer futures.

For example [T]::as_chunks() that was introduces in Rust 1.88 is used.

Rust Edition 2024 was introduced in Rust 1.85, so it can be used (when ready).

Rust 1.88 is the lowest version that compiles. By setting MSRV we can
get warnings when using newer futures.

For example `[T]::as_chunks()` introduces in Rust 1.88 is used.

Rust Edition 2024 was introduced in Rust 1.85, so it can be used (when
ready).
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
test-aarch64-apple-darwin 33.12% <ø> (-0.03%) ⬇️
test-aarch64-unknown-linux-gnu 31.64% <ø> (-0.02%) ⬇️
test-i686-unknown-linux-gnu 31.70% <ø> (-0.02%) ⬇️
test-x86_64-unknown-linux-gnu 32.90% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant