Skip to content

Commit f3fc8da

Browse files
authored
upgrade to 0.3.3 (#43)
* upgrade to 0.3.3 Change-Id: If2bcea6237567a0b579d540c74b6512b826c8526 * add back bindgen_bundled_version Change-Id: I97443fb13491eccf23b7294d543ce19ddbeec036
1 parent 657750f commit f3fc8da

File tree

11 files changed

+50099
-35733
lines changed

11 files changed

+50099
-35733
lines changed

.github/workflows/rust.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: cargo fmt --all -- --check
3939
- name: Download DuckDB
4040
run: |
41-
wget https://github.com/duckdb/duckdb/releases/download/v0.3.2/libduckdb-linux-amd64.zip -O libduckdb.zip
41+
wget https://github.com/duckdb/duckdb/releases/download/v0.3.3/libduckdb-linux-amd64.zip -O libduckdb.zip
4242
unzip libduckdb.zip -d libduckdb
4343
# - run: cargo clippy --all-targets --workspace --features bundled --features modern-full -- -D warnings -A clippy::redundant-closure
4444
- run: cargo clippy --all-targets --workspace --features buildtime_bindgen --features modern-full -- -D warnings -A clippy::redundant-closure

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duckdb"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
description = "Ergonomic wrapper for DuckDB"
@@ -68,7 +68,7 @@ tempdir = "0.3.7"
6868

6969
[dependencies.libduckdb-sys]
7070
path = "libduckdb-sys"
71-
version = "0.3.2"
71+
version = "0.3.3"
7272

7373
[package.metadata.docs.rs]
7474
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.3.2"
3+
version = "0.3.3"
44
authors = ["wangfenjin <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

libduckdb-sys/duckdb/bindgen_bundled_version.rs

+750-6
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)