Skip to content

Commit b663ced

Browse files
committed
upgrade to 0.2.9
Change-Id: I69bbdaff2346818c834b2b64744bf3bed02def44
1 parent eb9a71e commit b663ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
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.2.8/libduckdb-linux-amd64.zip -O libduckdb.zip
41+
wget https://github.com/duckdb/duckdb/releases/download/v0.2.9/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

0 commit comments

Comments
 (0)