chore: bump tx3 deps for parametric tuple types#40
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Picks up the released parametric tuple types across the registry crates:
tx3-lang0.21.0->0.22.0,tx3-tir0.17.0->0.18.0.tx3-tir0.17.0->0.18.0, and advances thetx3-liftgit rev toe8c91bf(its own tir 0.18 bump). The old rev pulledtx3-tir 0.17, which conflicted with the direct 0.18 dep (two incompatible tir copies -> trait-impl mismatches); aligning the rev resolves to a singletx3-tir 0.18.0.Verification
Both crates build against the new versions. backend's
sqlx-postgresintegration tests requireDATABASE_URL(a live Postgres) and are environmental — unaffected by this change.Release ordering
Follows the
tx3-lang 0.22.0/tx3-tir 0.18.0releases and the mergedtx3-lift#13.🤖 Generated with Claude Code