Skip to content

Commit 18d369a

Browse files
committed
chore: Release
1 parent 51b5736 commit 18d369a

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.

arrow-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arrow-pg"
33
description = "Arrow data mapping and encoding/decoding for Postgres"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include = [
1919

2020

2121
[dependencies]
22-
arrow-pg = { path = "../arrow-pg", version = "0.6.0", default-features = false, features = ["datafusion"] }
22+
arrow-pg = { path = "../arrow-pg", version = "0.6.1", default-features = false, features = ["datafusion"] }
2323
bytes.workspace = true
2424
async-trait = "0.1"
2525
chrono.workspace = true

0 commit comments

Comments
 (0)