Skip to content

Commit 849a29e

Browse files
committed
fix: wheels
1 parent 38640fd commit 849a29e

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
duckdb-version: "1.2.2"
14+
duckdb-version: "1.3.0"
1515

1616
jobs:
1717
test:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
env:
12-
duckdb-version: "1.2.2"
12+
duckdb-version: "1.3.0"
1313

1414
jobs:
1515
deploy:

Cargo.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,3 @@ futures-util = "0.3.31"
4949

5050
[build-dependencies]
5151
cargo-lock = "10"
52-
53-
[patch.crates-io]
54-
duckdb = { git = "https://github.com/gadomski/duckdb-rs/", branch = "arrow-v55" }

0 commit comments

Comments
 (0)