Skip to content

fix serde dep - #130

Merged
ltitanb merged 2 commits into
mainfrom
deps/serde-1.0.229
Aug 18, 2026
Merged

fix serde dep#130
ltitanb merged 2 commits into
mainfrom
deps/serde-1.0.229

Conversation

@ltitanb

@ltitanb ltitanb commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

No description provided.

ltitanb and others added 2 commits August 18, 2026 11:48
The exact pin `=1.0.228` is the only exact version requirement in the
workspace, and it blocks any consumer that also depends on agave 4.3:
`solana-rpc-client` 4.3.0-beta.0 requires `serde ^1.0.229`, so the two
cannot be resolved together.

Move the pin to the current latest 1.0.x rather than relaxing it, so the
exact-pin policy is preserved. `serde_derive` 1.0.229 pulls in `syn` 3,
which is the only other lockfile change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ltitanb
ltitanb requested a review from a team August 18, 2026 10:57
@ltitanb
ltitanb merged commit 7b68282 into main Aug 18, 2026
1 of 3 checks passed
@ltitanb
ltitanb deleted the deps/serde-1.0.229 branch August 18, 2026 10:59
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.

2 participants