Skip to content

Commit 6cf798e

Browse files
committed
chore(stackable-operator): Sort deps alphabetically
1 parent 6a9005f commit 6cf798e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/stackable-operator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ telemetry = []
1515
versioned = []
1616

1717
[dependencies]
18-
stackable-telemetry = { path = "../stackable-telemetry", features = ["clap"] }
1918
stackable-operator-derive = { path = "../stackable-operator-derive" }
20-
stackable-versioned = { path = "../stackable-versioned" }
2119
stackable-shared = { path = "../stackable-shared" }
20+
stackable-telemetry = { path = "../stackable-telemetry", features = ["clap"] }
21+
stackable-versioned = { path = "../stackable-versioned" }
2222

2323
chrono.workspace = true
2424
clap.workspace = true

0 commit comments

Comments
 (0)