Skip to content

Commit 1c6c314

Browse files
committed
chore: add stackable-versioned dependency
1 parent 3905d74 commit 1c6c314

File tree

5 files changed

+259
-3
lines changed

5 files changed

+259
-3
lines changed

Cargo.lock

Lines changed: 60 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 194 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
3535
snafu = "0.8"
3636
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.82.0" }
37+
stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = ["k8s"], tag = "stackable-versioned-0.5.0" }
3738
strum = { version = "0.26", features = ["derive"] }
3839
tar = "0.4"
3940
tokio = { version = "1.40", features = ["full"] }

crate-hashes.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ serde_json.workspace = true
2222
serde.workspace = true
2323
snafu.workspace = true
2424
stackable-operator.workspace = true
25+
stackable-versioned.workspace = true
2526
strum.workspace = true
2627
tokio.workspace = true
2728
tracing.workspace = true

0 commit comments

Comments
 (0)