Skip to content

Commit 9d938cd

Browse files
authored
feat: bump duckdb to 1.4.2 (#5337)
Signed-off-by: Alexander Droste <[email protected]>
1 parent dbda77c commit 9d938cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-duckdb/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static DUCKDB_VERSION: Lazy<String> = Lazy::new(|| {
1818
// This is to ensure that we don't implicitly build against a different DuckDB version during
1919
// an extension build which might lead to subtle ABI breaks, e.g. reordering fields in C++ structs.
2020
env::var("DUCKDB_VERSION")
21-
.unwrap_or_else(|_| "1.4.1".to_owned())
21+
.unwrap_or_else(|_| "1.4.2".to_owned())
2222
.trim_start_matches("v")
2323
.to_owned()
2424
});

0 commit comments

Comments
 (0)