ci: fix CLI Cargo.toml array ordering

This commit is contained in:
2026-01-21 03:16:24 +03:00
parent b1dfaccc35
commit e438a9dd44
+2 -2
View File
@@ -34,8 +34,8 @@ std = [
"anyhow/std",
"configuration/std",
"orchestrator/std",
"provider/std",
"pezkuwi-zombienet-sdk/std",
"provider/std",
"support/std",
"tracing/std"
"tracing/std",
]