Skip to content

Commit c714a1f

Browse files
committed
chore: Remove explicit dependency versions
1 parent e808f49 commit c714a1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

crates/stackable-operator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repository.workspace = true
1111
time = ["dep:time"]
1212

1313
[dependencies]
14-
stackable-operator-derive = { path = "../stackable-operator-derive", version = "0.3.1" }
15-
stackable-shared = { path = "../stackable-shared", version = "0.0.1" }
14+
stackable-operator-derive = { path = "../stackable-operator-derive" }
15+
stackable-shared = { path = "../stackable-shared" }
1616

1717
chrono.workspace = true
1818
clap.workspace = true

crates/stackable-versioned-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ full = ["k8s"]
2525
k8s = ["dep:kube", "dep:k8s-openapi", "dep:stackable-shared"]
2626

2727
[dependencies]
28-
stackable-shared = { path = "../stackable-shared", version = "0.0.1", optional = true }
29-
k8s-version = { path = "../k8s-version", version = "0.1.2", features = ["darling"] }
28+
stackable-shared = { path = "../stackable-shared", optional = true }
29+
k8s-version = { path = "../k8s-version", features = ["darling"] }
3030

3131
convert_case.workspace = true
3232
darling.workspace = true

crates/stackable-versioned/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ k8s = [
2020
]
2121

2222
[dependencies]
23-
stackable-shared = { path = "../stackable-shared", version = "0.0.1", optional = true }
2423
stackable-versioned-macros = { path = "../stackable-versioned-macros" }
24+
stackable-shared = { path = "../stackable-shared", optional = true }
2525

2626
kube = { workspace = true, optional = true }
2727
snafu = { workspace = true, optional = true }

0 commit comments

Comments
 (0)