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
chore: also bump rust-toolchain.toml from update.ts
Previously update.ts only updated `mago-formatter` / `mago-php-version`
in Cargo.toml. When upstream mago bumped its declared rust-version
(e.g. 1.29.0 -> 1.95.0), CI would silently end up trying to compile the
new mago on the old toolchain — that's how this branch hit the bytes-API
breakage. Match what dprint-plugin-ruff already does: fetch the new
crate version's rust_version from crates.io and bump rust-toolchain.toml
to match (only ever upgrading; never downgrading).
0 commit comments