-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade duckdb to 0.9.2 and update dependencies (#240)
* Upgrade polars, arrow, and bindgen * Upgrade to 0.9.2
- Loading branch information
1 parent
3bff098
commit 4489432
Showing
11 changed files
with
205 additions
and
60 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
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 = "duckdb" | ||
version = "0.9.1" | ||
version = "0.9.2" | ||
authors = ["wangfenjin <[email protected]>"] | ||
edition = "2021" | ||
description = "Ergonomic wrapper for DuckDB" | ||
|
@@ -52,14 +52,14 @@ memchr = "2.3" | |
uuid = { version = "1.0", optional = true } | ||
smallvec = "1.6.1" | ||
cast = { version = "0.3", features = ["std"] } | ||
arrow = { version = "47", default-features = false, features = ["prettyprint", "ffi"] } | ||
arrow = { version = "49", default-features = false, features = ["prettyprint", "ffi"] } | ||
rust_decimal = "1.14" | ||
strum = { version = "0.25", features = ["derive"] } | ||
r2d2 = { version = "0.8.9", optional = true } | ||
calamine = { version = "0.22.0", optional = true } | ||
num = { version = "0.4", optional = true, default-features = false, features = ["std"] } | ||
duckdb-loadable-macros = { version = "0.1.0", path="./duckdb-loadable-macros", optional = true } | ||
polars = { version = "0.33.2", features = ["dtype-full"], optional = true} | ||
polars = { version = "0.35.4", features = ["dtype-full"], optional = true} | ||
|
||
[dev-dependencies] | ||
doc-comment = "0.3" | ||
|
@@ -70,7 +70,7 @@ uuid = { version = "1.0", features = ["v4"] } | |
unicase = "2.6.0" | ||
rand = "0.8.3" | ||
tempdir = "0.3.7" | ||
polars-core = "0.33.2" | ||
polars-core = "0.35.4" | ||
# criterion = "0.3" | ||
|
||
# [[bench]] | ||
|
@@ -79,7 +79,7 @@ polars-core = "0.33.2" | |
|
||
[dependencies.libduckdb-sys] | ||
path = "libduckdb-sys" | ||
version = "0.9.1" | ||
version = "0.9.2" | ||
|
||
[package.metadata.docs.rs] | ||
features = [] | ||
|
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
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 = "libduckdb-sys" | ||
version = "0.9.1" | ||
version = "0.9.2" | ||
authors = ["wangfenjin <[email protected]>"] | ||
edition = "2021" | ||
build = "build.rs" | ||
|
@@ -29,7 +29,7 @@ extensions-full = ["httpfs", "json", "parquet"] | |
|
||
[build-dependencies] | ||
autocfg = "1.0" | ||
bindgen = { version = "0.68", optional = true, default-features = false, features = ["runtime"] } | ||
bindgen = { version = "0.69", optional = true, default-features = false, features = ["runtime"] } | ||
flate2 = "1.0" | ||
pkg-config = { version = "0.3.24", optional = true } | ||
cc = { version = "1.0", features = ["parallel"], optional = true } | ||
|
@@ -39,4 +39,4 @@ serde_json = { version = "1.0" } | |
tar = "0.4.38" | ||
|
||
[dev-dependencies] | ||
arrow = { version = "47", default-features = false, features = ["ffi"] } | ||
arrow = { version = "49", default-features = false, features = ["ffi"] } |
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
Submodule duckdb-sources
updated
280 files
Binary file not shown.
Oops, something went wrong.