Skip to content

Commit 8360bb4

Browse files
committed
Release 0.16.0
[email protected] [email protected] Generated by cargo-workspaces
1 parent a58a3e5 commit 8360bb4

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.15.0"
3+
version = "0.16.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 = "37"
14-
convergence = { path = "../convergence", version = "0.15.0" }
14+
convergence = { path = "../convergence", version = "0.16.0" }
1515
chrono = "0.4"
1616

1717
[dev-dependencies]

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.15.0"
3+
version = "0.16.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)