Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
returnString committed May 10, 2024
1 parent a58a3e5 commit 8360bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions convergence-arrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "convergence-arrow"
version = "0.15.0"
version = "0.16.0"
authors = ["Ruan Pearce-Authers <[email protected]>"]
edition = "2018"
description = "Utils for bridging Apache Arrow and PostgreSQL's wire protocol"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/returnString/convergence"
tokio = { version = "1" }
async-trait = "0.1"
datafusion = "37"
convergence = { path = "../convergence", version = "0.15.0" }
convergence = { path = "../convergence", version = "0.16.0" }
chrono = "0.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion convergence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "convergence"
version = "0.15.0"
version = "0.16.0"
authors = ["Ruan Pearce-Authers <[email protected]>"]
edition = "2018"
description = "Write servers that speak PostgreSQL's wire protocol"
Expand Down

0 comments on commit 8360bb4

Please sign in to comment.