Skip to content

Commit

Permalink
new 0.4.2-pre.1 version with few fixes for vector search (#134)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sivukhin authored Aug 12, 2024
1 parent 4cf505b commit d1e56c9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 20 deletions.
23 changes: 8 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsql-js"
version = "0.4.1"
version = "0.4.2-pre.1"
description = ""
authors = ["Pekka Enberg <penberg@iki.fi>"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
libsql = { version = "0.5", features = ["encryption"] }
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "4023a3afff5b670dd25a53273b6bee5aa68d125d", features = ["encryption"] }
tracing = "0.1"
once_cell = "1.18.0"
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libsql",
"version": "0.4.1",
"version": "0.4.2-pre.1",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",
"os": [
"darwin",
Expand Down

0 comments on commit d1e56c9

Please sign in to comment.