feat: added lancedb and vectordb release ci for win32-arm64-msvc npmjs only (#1805)

This commit is contained in:
Umut Hope YILDIRIM
2024-11-08 14:40:57 -05:00
committed by GitHub
parent cbbc07d0f5
commit b1c84e0bda
3 changed files with 216 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ futures.workspace = true
lancedb = { path = "../rust/lancedb", features = ["remote"] }
napi = { version = "2.16.8", default-features = false, features = [
"napi9",
"async",
"async"
] }
napi-derive = "2.16.4"
# Prevent dynamic linking of lzma, which comes from datafusion

View File

@@ -1,6 +1,6 @@
{
"name": "@lancedb/lancedb-win32-arm64-msvc",
"version": "0.12.0",
"version": "0.13.0-beta.1",
"os": [
"win32"
],