We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9a71e commit b663cedCopy full SHA for b663ced
.github/workflows/rust.yaml
@@ -38,7 +38,7 @@ jobs:
38
- run: cargo fmt --all -- --check
39
- name: Download DuckDB
40
run: |
41
- wget https://github.com/duckdb/duckdb/releases/download/v0.2.8/libduckdb-linux-amd64.zip -O libduckdb.zip
+ wget https://github.com/duckdb/duckdb/releases/download/v0.2.9/libduckdb-linux-amd64.zip -O libduckdb.zip
42
unzip libduckdb.zip -d libduckdb
43
# - run: cargo clippy --all-targets --workspace --features bundled --features modern-full -- -D warnings -A clippy::redundant-closure
44
- run: cargo clippy --all-targets --workspace --features buildtime_bindgen --features modern-full -- -D warnings -A clippy::redundant-closure
0 commit comments