Skip to content
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

Replace TOML parser to support dotted keys in cargo.toml #45

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

EspenG
Copy link

@EspenG EspenG commented Oct 31, 2023

https://github.com/BinaryMuse/toml-node does not support dotted keys, see BinaryMuse/toml-node#51 , giving issues like this:

[!] (plugin rust) SyntaxError: Could not load /home/eg/src/neo-mk2/app/webui/Cargo.toml?rollup-plugin-rust-entry: Expected "=", [ \t] or [A-Za-z0-9_\-] but "." found.

when using any dotted keys in Cargo.toml.

This fix is more or less the same as cloudflare/miniflare#13

@Pauan Pauan merged commit a94cf1c into wasm-tool:master Oct 31, 2023
@Pauan
Copy link
Collaborator

Pauan commented Oct 31, 2023

Thanks!

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