diff --git a/.github/workflows/MainDistributionPipeline.yml b/.github/workflows/MainDistributionPipeline.yml index 158ad6a..b2ea4ae 100644 --- a/.github/workflows/MainDistributionPipeline.yml +++ b/.github/workflows/MainDistributionPipeline.yml @@ -14,10 +14,10 @@ concurrency: jobs: duckdb-stable-build: name: Build extension binaries - uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.5.3 + uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.5.5 with: - ci_tools_version: v1.5.3 - duckdb_version: v1.5.3 + ci_tools_version: v1.5.5 + duckdb_version: v1.5.5 extension_name: vortex exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_amd64_musl" extra_toolchains: "rust" diff --git a/README.md b/README.md index e1d5347..7429bae 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ The current release branch is configured in `.github/workflows/CherryPick.yml` v The Vortex version is defined in `vortex-extension/Cargo.toml`. It can be a git commit, tag, branch or even a local path: ```toml -vortex-duckdb = { path = "} +vortex-duckdb = { path = ""} ``` See the Cargo docs for [git](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories) or [path](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-path-dependencies) dependencies for full details. diff --git a/duckdb b/duckdb index 14eca11..d8cdaa3 160000 --- a/duckdb +++ b/duckdb @@ -1 +1 @@ -Subproject commit 14eca11bd9d4a0de2ea0f078be588a9c1c5b279c +Subproject commit d8cdaa33fda8df955cc76ef58a280f68f4cd43fa diff --git a/extension-ci-tools b/extension-ci-tools index 4b3b37b..72e76e9 160000 --- a/extension-ci-tools +++ b/extension-ci-tools @@ -1 +1 @@ -Subproject commit 4b3b37b0c9de00da54e1765d65abfea3f94617f4 +Subproject commit 72e76e99cd7fee45a99739cd118ec2db64e034ec diff --git a/vortex-extension/Cargo.toml b/vortex-extension/Cargo.toml index 0e01284..fcac04d 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 = "b68abbb68427ed545dbd18ee3b383f78d9c34d43" } +vortex-duckdb = { git = "https://github.com/vortex-data/vortex.git", rev = "765489149270c9f2e82e742fe84d3f5575672f9d" } # This improved build times significantly [profile.dev.package.vortex-fastlanes]