Skip to content

Commit

Permalink
bump tembo-stacks (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Feb 15, 2024
1 parent 1ed12cb commit 565a2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tembo-stacks"
description = "Tembo Stacks for Postgres"
version = "0.3.1"
version = "0.3.2"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -16,6 +16,6 @@ schemars = {version = "0.8.12", features = ["chrono"]}
k8s-openapi = { version = "0.18.0", features = ["v1_25", "schemars"], default-features = false } # This version has to be in line with the same version we use in the controller
serde = "1.0.152"
serde_yaml = "0.9.21"
tembo-controller = { package = "controller", version = "0.34.0" }
tembo-controller = { package = "controller", version = "0.35.0" }
tracing = "0.1"
utoipa = { version = "3", features = ["actix_extras", "chrono"] }

0 comments on commit 565a2bc

Please sign in to comment.