mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 21:32: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:
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
@@ -49,8 +49,8 @@ jobs:
|
||||
|
||||
type-check:
|
||||
name: "Type Check"
|
||||
timeout-minutes: 30
|
||||
runs-on: "ubuntu-22.04"
|
||||
timeout-minutes: 60
|
||||
runs-on: ubuntu-2404-8x-x64
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
doctest:
|
||||
name: "Doctest"
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 60
|
||||
runs-on: ubuntu-2404-8x-x64
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user