Skip to content

Commit edcfc50

Browse files
committed
chore: Release
1 parent f85797f commit edcfc50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

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

datafusion-postgres-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
[dependencies]
1616
datafusion = { workspace = true, default-features = true, features = ["avro"] }
1717
tokio = { workspace = true, features = ["full"] }
18-
datafusion-postgres = { path = "../datafusion-postgres", version = "0.12.1" }
18+
datafusion-postgres = { path = "../datafusion-postgres", version = "0.12.2" }
1919
structopt = { version = "0.3", default-features = false }
2020
log = "0.4"
2121
env_logger = "0.11"

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "datafusion-postgres"
33
description = "Exporting datafusion query engine with postgres wire protocol"
4-
version = "0.12.1"
4+
version = "0.12.2"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

0 commit comments

Comments
 (0)