Skip to content

Commit 546ee8d

Browse files
committed
Release 0.17.0
[email protected] [email protected] Generated by cargo-workspaces
1 parent 24d0514 commit 546ee8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

convergence-arrow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "convergence-arrow"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Ruan Pearce-Authers <[email protected]>"]
55
edition = "2018"
66
description = "Utils for bridging Apache Arrow and PostgreSQL's wire protocol"
@@ -11,7 +11,7 @@ repository = "https://github.com/returnString/convergence"
1111
tokio = { version = "1" }
1212
async-trait = "0.1"
1313
datafusion = "47"
14-
convergence = { path = "../convergence", version = "0.16.0" }
14+
convergence = { path = "../convergence", version = "0.17.0" }
1515
chrono = "0.4"
1616
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4" ] }
1717
rust_decimal = { version = "1.37.1", features = ["default", "db-postgres"] }

convergence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "convergence"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Ruan Pearce-Authers <[email protected]>"]
55
edition = "2018"
66
description = "Write servers that speak PostgreSQL's wire protocol"

0 commit comments

Comments
 (0)