Skip to content

Commit

Permalink
Update DuckDB to v0.10.0 (#264)
Browse files Browse the repository at this point in the history
* Update DuckDB to v0.10.0

* Update tarball

* Remove cargo-test in windows source build

* No extensions here

* Remove cargo tests here as they are borked
  • Loading branch information
Mytherin authored Feb 14, 2024
1 parent d48b967 commit 36d76c1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8,611 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
4 changes: 2 additions & 2 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 @@ -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 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 36d76c1

Please sign in to comment.