File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
stackable-versioned-macros Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ repository.workspace = true
11
11
time = [" dep:time" ]
12
12
13
13
[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" }
16
16
17
17
chrono.workspace = true
18
18
clap.workspace = true
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ full = ["k8s"]
25
25
k8s = [" dep:kube" , " dep:k8s-openapi" , " dep:stackable-shared" ]
26
26
27
27
[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" ] }
30
30
31
31
convert_case.workspace = true
32
32
darling.workspace = true
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ k8s = [
20
20
]
21
21
22
22
[dependencies ]
23
- stackable-shared = { path = " ../stackable-shared" , version = " 0.0.1" , optional = true }
24
23
stackable-versioned-macros = { path = " ../stackable-versioned-macros" }
24
+ stackable-shared = { path = " ../stackable-shared" , optional = true }
25
25
26
26
kube = { workspace = true , optional = true }
27
27
snafu = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments