Skip to content

Commit

Permalink
Merge branch 'main' into fork_main
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Feb 29, 2024
2 parents 799e70a + 919f145 commit ecd9429
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8,613 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Download duckdb
with:
repository: "duckdb/duckdb"
tag: "v0.9.2"
tag: "v0.10.0"
fileName: ${{ matrix.duckdb }}
out-file-path: .

Expand Down Expand Up @@ -122,11 +122,6 @@ jobs:
rust-version: stable
targets: x86_64-pc-windows-msvc
- run: cargo install cargo-examples
# make the feature set the same so build faster
# don't test modern-full as polars requires too much memory
- run: cargo test --features "extensions-full vtab-loadable"
- run: cargo examples --skip hello-ext --features "extensions-full vtab-loadable"
- run: cargo build --example hello-ext --features "extensions-full vtab-loadable"

Sanitizer:
name: Address Sanitizer
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckdb"
version = "0.9.2"
version = "0.10.0"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
description = "Ergonomic wrapper for DuckDB"
Expand Down Expand Up @@ -58,7 +58,7 @@ 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 }
duckdb-loadable-macros = { version = "0.1.1", path="./duckdb-loadable-macros", optional = true }
polars = { version = "0.35.4", features = ["dtype-full"], optional = true}

[dev-dependencies]
Expand All @@ -79,7 +79,7 @@ polars-core = "0.35.4"

[dependencies.libduckdb-sys]
path = "libduckdb-sys"
version = "0.9.2"
version = "0.10.0"

[package.metadata.docs.rs]
features = []
Expand Down
2 changes: 1 addition & 1 deletion duckdb-loadable-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duckdb-loadable-macros"
version = "0.1.0"
version = "0.1.1"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libduckdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libduckdb-sys"
version = "0.9.2"
version = "0.10.0"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion libduckdb-sys/duckdb-sources
Submodule duckdb-sources updated 3364 files
Binary file modified libduckdb-sys/duckdb.tar.gz
Binary file not shown.
Loading

0 comments on commit ecd9429

Please sign in to comment.