-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add dottet keys support #26
Comments
Yeah, this is a problem, thanks for the detailed report! Unfortunately this is a rather large effort because I vendored I may have time in the next few weeks, or I could help if you were interested in a PR? |
Do you mean update a |
I mean updating the vendored module with the latest Alternatively, it may be easier to just add this feature to the existing cargo-sort toml_edit module, but an update would be nice. |
#29 should resolve this issue. Sorry it has taken me so long. |
There is an issue with dotted key support DevinR528/cargo-sort#26
The main branch seems to work as expected to me, so is there anything currently blocking getting a release out? It's especially annoying now with |
Hi! Thanks for the crate, it is really helpful.
I've found an issue: the app panics is there is a
dotted keys
defined inCargo.toml
.Example:
Cargo.toml
:Actual behavior:
Expected behavior:
Dotted keys are mentioned in TOML docs
The text was updated successfully, but these errors were encountered: