Skip to content

Bump nom to 8 and Rust edition to 2024 - #55

Merged
PixelDust22 merged 1 commit into
dust-engine:masterfrom
0xbeefd1ed:master
Jan 28, 2026
Merged

Bump nom to 8 and Rust edition to 2024#55
PixelDust22 merged 1 commit into
dust-engine:masterfrom
0xbeefd1ed:master

Conversation

@0xbeefd1ed

Copy link
Copy Markdown
Contributor

This PR upgrades the parser from nom 7 to nom 8 and updates the Rust edition to 2024.

nom 8 introduces a significant API change from closure-based combinators to trait-based ones. The main change is that instead of combinator(arg)(input), we now use combinator(arg).parse(input).

@PixelDust22

Copy link
Copy Markdown
Member

Thank you!

@PixelDust22
PixelDust22 merged commit 27673ab into dust-engine:master Jan 28, 2026
1 check passed
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