Preserve custom commmand order from config instead of sorting alphabetically (#1182)

This commit is contained in:
Gideon
2025-06-17 05:58:23 +02:00
committed by GitHub
parent 845558c1da
commit 27464b795e
3 changed files with 17 additions and 8 deletions

View File

@@ -54,6 +54,7 @@ wildmatch = "2.3.0"
rust-i18n = "3.0.1"
sys-locale = "0.3.1"
jetbrains-toolbox-updater = "5.0.0"
indexmap = { version = "2.9.0", features = ["serde"] }
[package.metadata.generate-rpm]
assets = [{ source = "target/release/topgrade", dest = "/usr/bin/topgrade" }]