mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +00:00
chore: update lance dependency to v0.38.3-beta.5 (#2726)
## Summary - update Lance dependencies to v0.38.3-beta.4 via ci/set_lance_version.py - refresh Cargo.lock for the preview release ## Testing - cargo clippy --workspace --tests --all-features -- -D warnings - cargo fmt --all Triggered by tag: [v0.38.3-beta.4](https://github.com/lancedb/lance/releases/tag/v0.38.3-beta.4) Co-authored-by: Jack Ye <yezhaoqin@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4cfcd95320
commit
3372a2aae0
@@ -183,10 +183,8 @@ def set_preview_version(version: str):
|
||||
|
||||
def line_updater(line: str) -> str:
|
||||
package_name = line.split("=", maxsplit=1)[0].strip()
|
||||
base_version = version.split("-")[0] # Get the base version without beta suffix
|
||||
|
||||
# Build config in desired order: version, default-features, features, tag, git
|
||||
config = {"version": f"={base_version}"}
|
||||
config = {"version": f"={version}"}
|
||||
|
||||
if extract_default_features(line):
|
||||
config["default-features"] = False
|
||||
|
||||
Reference in New Issue
Block a user