We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbda77c commit 9d938cdCopy full SHA for 9d938cd
vortex-duckdb/build.rs
@@ -18,7 +18,7 @@ static DUCKDB_VERSION: Lazy<String> = Lazy::new(|| {
18
// This is to ensure that we don't implicitly build against a different DuckDB version during
19
// an extension build which might lead to subtle ABI breaks, e.g. reordering fields in C++ structs.
20
env::var("DUCKDB_VERSION")
21
- .unwrap_or_else(|_| "1.4.1".to_owned())
+ .unwrap_or_else(|_| "1.4.2".to_owned())
22
.trim_start_matches("v")
23
.to_owned()
24
});
0 commit comments