Skip to content

chore: bump tx3 deps for parametric tuple types#40

Merged
scarmuega merged 1 commit into
mainfrom
chore/bump-tx3-deps
Jun 12, 2026
Merged

chore: bump tx3 deps for parametric tuple types#40
scarmuega merged 1 commit into
mainfrom
chore/bump-tx3-deps

Conversation

@scarmuega

Copy link
Copy Markdown
Contributor

Summary

Picks up the released parametric tuple types across the registry crates:

  • backendtx3-lang 0.21.0 -> 0.22.0, tx3-tir 0.17.0 -> 0.18.0.
  • trackertx3-tir 0.17.0 -> 0.18.0, and advances the tx3-lift git rev to e8c91bf (its own tir 0.18 bump). The old rev pulled tx3-tir 0.17, which conflicted with the direct 0.18 dep (two incompatible tir copies -> trait-impl mismatches); aligning the rev resolves to a single tx3-tir 0.18.0.

Verification

Both crates build against the new versions. backend's sqlx-postgres integration tests require DATABASE_URL (a live Postgres) and are environmental — unaffected by this change.

Release ordering

Follows the tx3-lang 0.22.0 / tx3-tir 0.18.0 releases and the merged tx3-lift #13.

🤖 Generated with Claude Code

Pick up the released tuple feature across the registry crates:

- backend: tx3-lang 0.21.0 -> 0.22.0, tx3-tir 0.17.0 -> 0.18.0.
- tracker: tx3-tir 0.17.0 -> 0.18.0, and advance the tx3-lift git rev to
  e8c91bf (its own tir 0.18 bump) so a single tx3-tir version resolves —
  the prior pin pulled tir 0.17 and conflicted with the direct 0.18 dep.

Both crates build against the new versions. (backend's sqlx-postgres
integration tests require DATABASE_URL and are unaffected by this change.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@scarmuega scarmuega merged commit a3dae14 into main Jun 12, 2026
2 checks passed
@scarmuega scarmuega deleted the chore/bump-tx3-deps branch June 12, 2026 03:22
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