-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Please tag a new stable release #67
Comments
@DevinR528 This would be super helpful! |
Any progress on this? 👀 |
The released version of `cargo sort` does not support syntax like version.workspace = true DevinR528/cargo-sort#67
The released version of `cargo sort` does not support syntax like version.workspace = true DevinR528/cargo-sort#67
The released version of `cargo sort` does not support syntax like version.workspace = true DevinR528/cargo-sort#67
The released version of `cargo sort` does not support syntax like version.workspace = true DevinR528/cargo-sort#67
The released version of `cargo sort` does not support syntax like version.workspace = true DevinR528/cargo-sort#67
The released version of `cargo sort` does not support syntax like version.workspace = true DevinR528/cargo-sort#67
Well, after merge: #81 we can close the issue. |
@jplatte maybe it's time for new release after upgrade |
I read changelog |
The upgrade of You already observed that running |
Now I see. Yes, I'll help with the new release. I'll review current test cases and improve them. If you have test cases it'll be great. |
Okay so good news: In Ruma, the project that originally spawned [package]
name = "cargo-sort-test"
version = "0.1.0"
edition = "2021"
[features]
default = [
"feature-a",
"feature-b",
"feature-c",
"feature-d",
"feature-e",
]
feature-a = []
feature-b = []
feature-c = []
feature-d = []
feature-e = [] the latest If that bug and the one with |
Hi @jplatte, Please Publish it. Because Taplo, like cargo-sort, also uses the Toml crate library, Taplo can format a toml file as you expect. If using Here is the code slice processed by
And Here is the code slice processed by
|
Sorry, but no. I'm not going to ship a patch release with known regressions. |
Well, I have to install cargo install cargo-sort --git https://github.com/DevinR528/cargo-sort.git I hope the command can help other persons. |
The current stable release version
1.0.9
fails with this error message:and this issue is fixed on the current
main
branch. Please tag a new stable release. Thank you!The workaround is to install
cargo-sort
from Git:The text was updated successfully, but these errors were encountered: