Skip to content

Rust msrv#29

Open
daywalker90 wants to merge 4 commits into
masterfrom
rust-msrv
Open

Rust msrv#29
daywalker90 wants to merge 4 commits into
masterfrom
rust-msrv

Conversation

@daywalker90

Copy link
Copy Markdown
Owner

Important

26.04 FREEZE March 11th: Non-bugfix PRs not ready by this date will wait for 26.06.

RC1 is scheduled on March 23rd

The final release is scheduled for April 15th.

Checklist

Before submitting the PR, ensure the following tasks are completed. If an item is not applicable to your PR, please mark it as checked:

  • The changelog has been updated in the relevant commit(s) according to the guidelines.
  • Tests have been added or modified to reflect the changes.
  • Documentation has been reviewed and updated as needed.
  • Related issues have been listed and linked, including any that this PR closes.
  • Important All PRs must consider how to reverse any persistent changes for tools/lightning-downgrade

@daywalker90 daywalker90 force-pushed the rust-msrv branch 9 times, most recently from d83c1bb to 7e7fa53 Compare March 31, 2026 14:40
Also bump the resolver version so `cargo update` will respect this MSRV.

Changelog-None
I've ran `cargo fix --edition` and three changes were noticeable:
- set_var is now unsafe, i've added a SAFETY comment on each to explain why
  this is fine here.
- conversions of several if let to match because of the new if let temporary scope
  I have reviewed and restored all of them since the behaviour was the same on each.
- the macro expr was converted to expr_2021 in the lsps plugin, i have reverted those
  aswell since we don't use const or _ expressions

Changelog-None
`cargo fmt --all`

Changelog-None
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