Update specta to 2.0.0-rc.24#99
Merged
Merged
Conversation
Contributor
Package Changes Through e7e252dThere are 2 changes which include tracing with patch, tracing-js with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
3253ef5 to
37bbde7
Compare
Merged
johncarmack1984
pushed a commit
that referenced
this pull request
May 5, 2026
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # tracing ## [0.3.3] - 5553d6f (#98 by @johncarmack1984) Update specta dependency to 2.0.0-rc.23. - 3d4eeb5 (#99 by @johncarmack1984) Update specta dependency to 2.0.0-rc.24. # tracing-js ## [0.3.3] - 5553d6f (#98 by @johncarmack1984) Update specta dependency to 2.0.0-rc.23. - 3d4eeb5 (#99 by @johncarmack1984) Update specta dependency to 2.0.0-rc.24. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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
Bumps the workspace
spectadep from=2.0.0-rc.22to=2.0.0-rc.24.Unblocks the corresponding bump in
fltsci/fltsci, which cannot move to rc.24 while this plugin pins rc.22 (cargo's exact-version pinning makes a single rc.22 holdout block the whole graph).The 6
#[derive(specta::Type)]sites compile unchanged against rc.24; no source changes needed beyond the version bump.Test plan
cargo check --all-featurescleancargo check --all-featuresclean underRUSTFLAGS="-D warnings"cargo test --libclean (43 unit tests pass)with_flamegraphcalls in non-feature-gated examples) are unchanged by this bump.