chore: use lance-namespace in lance main repo (#2729)

This fully fixes the duplicated lance version issue without the need of
a patch section in Cargo
This commit is contained in:
Jack Ye
2025-10-17 22:01:20 -07:00
committed by GitHub
parent 3372a2aae0
commit 8ee3ae378f
5 changed files with 87 additions and 536 deletions

View File

@@ -117,7 +117,7 @@ def update_cargo_toml(line_updater):
lance_line = ""
is_parsing_lance_line = False
for line in lines:
if line.startswith("lance") and not line.startswith("lance-namespace"):
if line.startswith("lance"):
# Check if this is a single-line or multi-line entry
# Single-line entries either:
# 1. End with } (complete inline table)