Skip to content

Commit 483f28e

Browse files
authored
chore: bump arrow-rs (#24)
1 parent dae86dd commit 483f28e

3 files changed

Lines changed: 79 additions & 42 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
fetch-depth: 0
4646
persist-credentials: false
4747

48-
4948
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5049
with:
5150
python-version: "3.x"

Cargo.lock

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

driverbase/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ license.workspace = true
2020

2121
[dependencies]
2222
adbc_core = "0.23.0"
23-
arrow-array = "58.1"
24-
arrow-buffer = "58.1"
25-
arrow-schema = "58.1"
23+
arrow-array = "58.3"
24+
arrow-buffer = "58.3"
25+
arrow-schema = "58.3"

0 commit comments

Comments
 (0)