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

Profile name should be sanitized #7

Closed
qarmin opened this issue Mar 10, 2024 · 1 comment · Fixed by #12
Closed

Profile name should be sanitized #7

qarmin opened this issue Mar 10, 2024 · 1 comment · Fixed by #12

Comments

@qarmin
Copy link

qarmin commented Mar 10, 2024

I set profile name as ";;" and this is error when trying to run app

error: failed to parse manifest at `/home/rafal/test/tt/aa/Cargo.toml`

Caused by:
  TOML parse error at line 20, column 10
     |
  20 | [profile.";;"]
     |          ^^^^
  invalid character `;` in profile name `;;`
  Allowed characters are letters, numbers, underscore, and hyphen.

@Kobzol
Copy link
Owner

Kobzol commented Mar 11, 2024

Thanks! I was a bit lazy to add this before the release 😆

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 a pull request may close this issue.

2 participants