Skip to content

Commit d1e56c9

Browse files
authored
new 0.4.2-pre.1 version with few fixes for vector search (#134)
* new 0.4.2-pre.1 version with few fixes for vector search - tursodatabase/libsql@26c49a8 * fix windows build * use commit from libsql main branch
1 parent 4cf505b commit d1e56c9

File tree

4 files changed

+13
-20
lines changed

4 files changed

+13
-20
lines changed

Cargo.lock

Lines changed: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsql-js"
3-
version = "0.4.1"
3+
version = "0.4.2-pre.1"
44
description = ""
55
authors = ["Pekka Enberg <penberg@iki.fi>"]
66
license = "MIT"
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
15-
libsql = { version = "0.5", features = ["encryption"] }
15+
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "4023a3afff5b670dd25a53273b6bee5aa68d125d", features = ["encryption"] }
1616
tracing = "0.1"
1717
once_cell = "1.18.0"
1818
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql",
3-
"version": "0.4.1",
3+
"version": "0.4.2-pre.1",
44
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",
55
"os": [
66
"darwin",

0 commit comments

Comments
 (0)