mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-10 13:52:58 +00:00
chore: update lance dependency to v1.0.0 (#2867)
## Summary - update all lance crates to v1.0.0 using the helper script (fallbacks to the v1.0.0 tag) - refresh Cargo.lock to pull the new release - add script fallback to retry with the git tag when a crates.io release is unavailable ## Testing - cargo clippy --workspace --tests --all-features -- -D warnings - cargo fmt --all Tag: https://github.com/lance-format/lance/releases/tag/v1.0.0 --------- Co-authored-by: Jack Ye <yezhaoqin@gmail.com>
This commit is contained in:
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
npm install -g @napi-rs/cli
|
||||
- name: Build
|
||||
run: |
|
||||
npm ci
|
||||
npm ci --include=optional
|
||||
npm run build:debug -- --profile ci
|
||||
npm run tsc
|
||||
- name: Setup localstack
|
||||
@@ -146,7 +146,7 @@ jobs:
|
||||
npm install -g @napi-rs/cli
|
||||
- name: Build
|
||||
run: |
|
||||
npm ci
|
||||
npm ci --include=optional
|
||||
npm run build:debug -- --profile ci
|
||||
npm run tsc
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user