Fix CI: add explicit toolchain: stable for pinned rust-toolchain The pinned dtolnay/rust-toolchain v1 commit enforces required: true on the toolchain input — unlike the @stable tag which implied it. Add toolchain: stable to both CI and release workflows. Also pick up cargo fmt formatting fix in runtime.rs.