Skip to content

Commit 470b193

Browse files
committed
chore: Release
1 parent 9a7ffdd commit 470b193

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["datafusion-postgres", "datafusion-postgres-cli"]
44

55
[workspace.package]
6-
version = "0.5.0"
6+
version = "0.5.1"
77
edition = "2021"
88
license = "Apache-2.0"
99
rust-version = "1.82.0"

datafusion-postgres-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ readme = "../README.md"
1515
pgwire = { workspace = true }
1616
datafusion = { workspace = true, default-features = true, features = ["avro"] }
1717
tokio = { workspace = true, features = ["full"] }
18-
datafusion-postgres = { path = "../datafusion-postgres", version = "0.5.0" }
18+
datafusion-postgres = { path = "../datafusion-postgres", version = "0.5.1" }
1919
structopt = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)