You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR which:
a. Changes the Cargo.toml edition to 2024
b. Expands the CI matrix to run under a "current" rust version (rust-toolchain.toml) and under the MSRV (rust 1.85)
PR adding .git-blame-ignore-revs to ignore the commit hash from the first PR.
GitHub will automatically pickup .git-blame-ignore-revs when calculating blame (no config required). I usually add instructions to the file to for how to configure git locally (like this one).
Proposing updating Dropshot to Rust 2024 Edition and explicitly specifying 1.85 as MSRV.
I would propose this is done as distinct PRs:
PR with Automated formatting and edition changes:
cargo fix --editionandcargo fmtwithstyle_edition = 2024inrustfmt.toml. Rust 2024 Edition - Fixing and formating #1605PR which:
a. Changes the Cargo.toml edition to 2024
b. Expands the CI matrix to run under a "current" rust version (rust-toolchain.toml) and under the MSRV (rust 1.85)
PR adding
.git-blame-ignore-revsto ignore the commit hash from the first PR.GitHub will automatically pickup
.git-blame-ignore-revswhen calculating blame (no config required). I usually add instructions to the file to for how to configure git locally (like this one).Thoughts?
CC: @ahl @sunshowers
Prior work: