-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use toml-span for deserialization #2718
base: main
Are you sure you want to change the base?
Conversation
It looks like Indeed, using more of |
@baszalmstra The integration tests should be fine now with 62af58f |
Fixes #2640
WIP refactor to use toml-span for parsing instead of serde. This gives us much more control over deserialization and the use of spans.