chore: update lance dependency to v8.0.0-rc.1 (#3557)

Updates LanceDB Lance dependencies to Lance v8.0.0-rc.1.

This includes the Rust workspace Lance crates, Cargo.lock, and Java
lance-core version. Triggering tag:
https://github.com/lance-format/lance/releases/tag/v8.0.0-rc.1
This commit is contained in:
LanceDB Robot
2026-06-19 09:40:38 -07:00
committed by GitHub
parent 113f187c2d
commit c46d59d2ee
3 changed files with 55 additions and 55 deletions

View File

@@ -28,7 +28,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrow.version>15.0.0</arrow.version>
<lance-core.version>8.0.0-beta.19</lance-core.version>
<lance-core.version>8.0.0-rc.1</lance-core.version>
<spotless.skip>false</spotless.skip>
<spotless.version>2.30.0</spotless.version>
<spotless.java.googlejavaformat.version>1.7</spotless.java.googlejavaformat.version>