Skip to content

Conversation

@Forostovec
Copy link
Contributor

The custom serializer for RpcEndpoint emitted five entries but used serialize_map(Some(4)). While JSON/TOML treat this as a hint, definite-length formats may error if the count mismatches. Updated the hint to Some(5) to align with the actual number of entries and Serde expectations.

Copy link
Contributor

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch

@onbjerg onbjerg added this pull request to the merge queue Dec 3, 2025
@onbjerg onbjerg self-assigned this Dec 3, 2025
Merged via the queue into foundry-rs:master with commit 46264be Dec 3, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this to Done in Foundry Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants