From 16e5be0059885334fd50ddef4d11e283b38893db Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Fri, 12 Apr 2024 16:41:20 +0900 Subject: [PATCH] Also bump for libduckdb-sys --- libduckdb-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libduckdb-sys/Cargo.toml b/libduckdb-sys/Cargo.toml index f407a1b1..bae62ded 100644 --- a/libduckdb-sys/Cargo.toml +++ b/libduckdb-sys/Cargo.toml @@ -39,4 +39,4 @@ serde_json = { version = "1.0" } tar = "0.4.38" [dev-dependencies] -arrow = { version = "49", default-features = false, features = ["ffi"] } +arrow = { version = "51", default-features = false, features = ["ffi"] }