Skip to content

Commit 7a44bf9

Browse files
committed
Use adbc 0.22.0 to pick up Windows build fix
1 parent 8630bc2 commit 7a44bf9

File tree

2 files changed

+33
-20
lines changed

2 files changed

+33
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ aws-lc-rs = "1"
5151
base64 = "0.22"
5252

5353
# ADBC core traits (optional, for FFI export)
54-
adbc_core = { version = "0.21.0", optional = true }
55-
adbc_ffi = { version = "0.21.0", optional = true }
54+
adbc_core = { version = "0.22.0", optional = true }
55+
adbc_ffi = { version = "0.22.0", optional = true }
5656

5757
# TLS certificate generation for secure import/export
5858
rcgen = "0.13"
@@ -89,8 +89,8 @@ polars = { version = "0.46", features = ["lazy", "ipc_streaming", "dtype-decimal
8989
# Mocking for tests
9090
mockall = "0.14.0"
9191
# ADBC driver manager and core for integration testing
92-
adbc_driver_manager = "0.21"
93-
adbc_core = "0.21"
92+
adbc_driver_manager = "0.22"
93+
adbc_core = "0.22"
9494
tempfile = "3.24.0"
9595
# Environment variable loading for examples
9696
dotenvy = "0.15"

0 commit comments

Comments
 (0)