Skip to content

Commit 17809a8

Browse files
committed
chore: Move product-config dependency up to the rest of the stackable dependencies
1 parent 6ca5bb0 commit 17809a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ publish = false
1010
build = "build.rs"
1111

1212
[dependencies]
13+
product-config.workspace = true
1314
stackable-operator.workspace = true
1415
stackable-telemetry.workspace = true
1516
stackable-versioned.workspace = true
@@ -21,7 +22,6 @@ fnv.workspace = true
2122
futures.workspace = true
2223
indoc.workspace = true
2324
pin-project.workspace = true
24-
product-config.workspace = true
2525
semver.workspace = true
2626
serde.workspace = true
2727
serde_json.workspace = true

0 commit comments

Comments
 (0)