Skip to content

Commit 36d76c1

Browse files
authored
Update DuckDB to v0.10.0 (#264)
* 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
1 parent d48b967 commit 36d76c1

File tree

7 files changed

+8
-8611
lines changed

7 files changed

+8
-8611
lines changed

.github/workflows/rust.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Download duckdb
3939
with:
4040
repository: "duckdb/duckdb"
41-
tag: "v0.9.2"
41+
tag: "v0.10.0"
4242
fileName: ${{ matrix.duckdb }}
4343
out-file-path: .
4444

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

131126
Sanitizer:
132127
name: Address Sanitizer

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckdb"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
description = "Ergonomic wrapper for DuckDB"
@@ -79,7 +79,7 @@ polars-core = "0.35.4"
7979

8080
[dependencies.libduckdb-sys]
8181
path = "libduckdb-sys"
82-
version = "0.9.2"
82+
version = "0.10.0"
8383

8484
[package.metadata.docs.rs]
8585
features = []

libduckdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libduckdb-sys"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

libduckdb-sys/duckdb-sources

Submodule duckdb-sources updated 3364 files

libduckdb-sys/duckdb.tar.gz

283 KB
Binary file not shown.

0 commit comments

Comments
 (0)