Skip to content

Commit 16a49a2

Browse files
committed
Bump to 0.1.13
1 parent 64406fd commit 16a49a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[workspace.package]
2-
version = "0.1.12"
2+
version = "0.1.13"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55

66
[workspace.dependencies]
7-
sqlsonnet = { version = "0.1.9", path = "sqlsonnet" }
8-
sqlsonnet-macros = { version = "0.1.9", path = "macros" }
9-
clickhouse-client = { version = "0.1.9", path = "clickhouse-client" }
7+
sqlsonnet = { version = "0.1.13", path = "sqlsonnet" }
8+
sqlsonnet-macros = { version = "0.1.13", path = "macros" }
9+
clickhouse-client = { version = "0.1.13", path = "clickhouse-client" }
1010

1111
anyhow = "1.0.86"
1212
clap = { version = "4.5.7", features = ["derive", "env"] }

0 commit comments

Comments
 (0)