Skip to content

v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:09
· 4 commits to master since this release
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.