Skip to content

chore(release): 📦 version packages (canary)#18

Merged
johncarmack1984 merged 1 commit into
mainfrom
changeset-release/main
May 5, 2026
Merged

chore(release): 📦 version packages (canary)#18
johncarmack1984 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 5, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@fltsci/taurpc@2.0.0-canary.4

Patch Changes

  • #17 08d5d8f Thanks @johncarmack1984! - Restore preserve_order on the runtime taurpc crate's serde_json dependency.

    The rc.24 rebuild against upstream main collapsed serde_json = { version = "1", features = ["preserve_order"] } to bare serde_json = "1". The taurpc-macros sub-crate still pins ["preserve_order"], so codegen field order is deterministic at build time, but the runtime crate's serde_json::Map falls back to BTreeMap's sorted iteration -- a mismatch that future runtime changes touching serde_json::Map would silently inherit. Re-pin to match the macros crate baseline.

@johncarmack1984 johncarmack1984 merged commit 59ddf3b into main May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant