From 670dcca5518bf1e2c2cfd8f71278e99eadf8b824 Mon Sep 17 00:00:00 2001 From: LanceDB Robot Date: Sat, 21 Mar 2026 00:53:20 +0800 Subject: [PATCH] feat: update lance dependency to v3.0.1 (#3168) ## Summary - Updated Lance Rust workspace dependencies to `3.0.1` using `ci/set_lance_version.py`. - Updated Java `lance-core` dependency property in `java/pom.xml` to `3.0.1`. - Refreshed `Cargo.lock` entries for Lance crates at `3.0.1`. ## Verification - `cargo clippy --workspace --tests --all-features -- -D warnings` - `cargo fmt --all` ## Trigger - Tag: [`refs/tags/v3.0.1`](https://github.com/lancedb/lance/tree/v3.0.1) Co-authored-by: Esteban Gutierrez --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index a3ba861f3..63d020d04 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -28,7 +28,7 @@ UTF-8 15.0.0 - 3.1.0-beta.2 + 3.0.1 false 2.30.0 1.7