Skip to content

chore: update edition to 2024, set MSRV 1.85, bump windows-sys to 0.61 - #5

Merged
FlorentinDUBOIS merged 2 commits into
masterfrom
chore/update-deps-edition-2024
May 2, 2026
Merged

FlorentinDUBOIS merged 2 commits into
masterfrom
chore/update-deps-edition-2024

Conversation

@FlorentinDUBOIS

Copy link
Copy Markdown
Contributor

Summary

  • Bump Rust edition from 2018 to 2024 and set rust-version = "1.85.0" to align with the Sōzu ecosystem
  • Update windows-sys from 0.48 to 0.61, drop unused Win32_Foundation feature
  • Remove unnecessary extern crate declarations in test files
  • Apply rustfmt edition 2024 formatting

Test plan

  • cargo build passes
  • cargo test — all 10 tests pass
  • Verify Windows build in CI (formatting and API compatibility confirmed via feature/import checks)

- Bump edition from 2018 to 2024 and set rust-version to 1.85.0
  to align with the sozu ecosystem
- Update windows-sys from 0.48 to 0.61, drop unused Win32_Foundation feature
- Remove unnecessary extern crate declarations in tests
- Apply rustfmt edition 2024 formatting
- Add CI matrix: Linux, Windows, macOS × stable, beta, nightly
- Add clippy (with -D warnings), rustfmt, and doc build jobs
- Allow known clippy lints from unsafe transmute patterns
- Fix identical if/else branches in page_size()
- Remove stale .travis.yml
- Update Cargo.toml exclude list
@FlorentinDUBOIS
FlorentinDUBOIS merged commit de9aaa8 into master May 2, 2026
22 checks passed
@FlorentinDUBOIS
FlorentinDUBOIS deleted the chore/update-deps-edition-2024 branch May 2, 2026 17:37
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.

4 participants