Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 18:18
· 7 commits to main since this release
fix: add native runtime fields to test fixtures

clippy --all-targets (the CI gate) compiles #[cfg(test)] code, which builds
ServiceMeta/ServiceDef/Metadata literals that the v0.6.2 schema additions
(runtime, build) left incomplete. Plain `cargo build` skips test targets, so
this slipped through locally.