-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
1 parent
a58a3e5
commit 8360bb4
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|