Skip to content

Commit

Permalink
upgrade to 0.3.3 (#43)
Browse files Browse the repository at this point in the history
* upgrade to 0.3.3

Change-Id: If2bcea6237567a0b579d540c74b6512b826c8526

* add back bindgen_bundled_version

Change-Id: I97443fb13491eccf23b7294d543ce19ddbeec036
  • Loading branch information
wangfenjin authored Apr 12, 2022
1 parent 657750f commit f3fc8da
Show file tree
Hide file tree
Showing 11 changed files with 50,099 additions and 35,733 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: cargo fmt --all -- --check
- name: Download DuckDB
run: |
wget https://github.com/duckdb/duckdb/releases/download/v0.3.2/libduckdb-linux-amd64.zip -O libduckdb.zip
wget https://github.com/duckdb/duckdb/releases/download/v0.3.3/libduckdb-linux-amd64.zip -O libduckdb.zip
unzip libduckdb.zip -d libduckdb
# - run: cargo clippy --all-targets --workspace --features bundled --features modern-full -- -D warnings -A clippy::redundant-closure
- run: cargo clippy --all-targets --workspace --features buildtime_bindgen --features modern-full -- -D warnings -A clippy::redundant-closure
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.3.2"
version = "0.3.3"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
description = "Ergonomic wrapper for DuckDB"
Expand Down Expand Up @@ -68,7 +68,7 @@ tempdir = "0.3.7"

[dependencies.libduckdb-sys]
path = "libduckdb-sys"
version = "0.3.2"
version = "0.3.3"

[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.3.2"
version = "0.3.3"
authors = ["wangfenjin <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
756 changes: 750 additions & 6 deletions libduckdb-sys/duckdb/bindgen_bundled_version.rs

Large diffs are not rendered by default.

Loading

0 comments on commit f3fc8da

Please sign in to comment.