Skip to content

Commit

Permalink
Bump to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg314 committed Oct 22, 2024
1 parent 64406fd commit 16a49a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[workspace.package]
version = "0.1.12"
version = "0.1.13"
edition = "2021"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
sqlsonnet = { version = "0.1.9", path = "sqlsonnet" }
sqlsonnet-macros = { version = "0.1.9", path = "macros" }
clickhouse-client = { version = "0.1.9", path = "clickhouse-client" }
sqlsonnet = { version = "0.1.13", path = "sqlsonnet" }
sqlsonnet-macros = { version = "0.1.13", path = "macros" }
clickhouse-client = { version = "0.1.13", path = "clickhouse-client" }

anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["derive", "env"] }
Expand Down

0 comments on commit 16a49a2

Please sign in to comment.