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

Failing to parse valid cargo-make toml #3684

Open
wmmc88 opened this issue Apr 2, 2024 · 1 comment
Open

Failing to parse valid cargo-make toml #3684

wmmc88 opened this issue Apr 2, 2024 · 1 comment
Labels
help wanted issue:bug Report errors or unexpected behavior (auto-generated by issue forms)

Comments

@wmmc88
Copy link

wmmc88 commented Apr 2, 2024

Area with issue?

JSON Schema

✔️ Expected Behavior

Makefile.toml below should be valid

❌ Actual Behavior

Validation error. Even Better Toml (which i believe uses taplo) says: {"crate_name":"cargo-expand","version":"1.0.80"} is not valid under any of the given schemas in VS Code

YAML or JSON file that does not work.

[tasks.test_task]
install_crate = { crate_name = "cargo-expand", version = "1.0.80" }

IDE or code editor.

Visual Studio Code

Are you making a PR for this?

No, someone else must create the PR.

@wmmc88 wmmc88 added the issue:bug Report errors or unexpected behavior (auto-generated by issue forms) label Apr 2, 2024
@wmmc88
Copy link
Author

wmmc88 commented Apr 2, 2024

cc cargo-make author @sagiegurari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted issue:bug Report errors or unexpected behavior (auto-generated by issue forms)
Projects
None yet
Development

No branches or pull requests

2 participants