From 4a57c9a5512f8f0e78dea2510e482123b8f48ed2 Mon Sep 17 00:00:00 2001 From: Mikhail Kot Date: Fri, 7 Aug 2026 17:28:16 +0100 Subject: [PATCH] vortex 0.84.0 Signed-off-by: Mikhail Kot --- vortex-extension/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vortex-extension/Cargo.toml b/vortex-extension/Cargo.toml index 3399b7d..5c4ea84 100644 --- a/vortex-extension/Cargo.toml +++ b/vortex-extension/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" crate-type = ["staticlib", "cdylib"] [dependencies] -vortex-duckdb = { git = "https://github.com/vortex-data/vortex.git", rev = "765489149270c9f2e82e742fe84d3f5575672f9d" } +vortex-duckdb = { git = "https://github.com/vortex-data/vortex.git", rev = "7e06a99bb7772087c9546137ea6f4593235426a6" } # This improved build times significantly [profile.dev.package.vortex-fastlanes]