Skip to content

Commit e763970

Browse files
committed
chore: Add versions to local dependencies
1 parent 2330336 commit e763970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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", optional = true }
29-
k8s-version = { path = "../k8s-version", features = ["darling"] }
28+
stackable-shared = { path = "../stackable-shared", version = "0.0.1", optional = true }
29+
k8s-version = { path = "../k8s-version", version = "0.1.2", features = ["darling"] }
3030

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

0 commit comments

Comments
 (0)