Skip to content

Commit 1f099b6

Browse files
committed
0.5.2
1 parent 6cdfcce commit 1f099b6

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
lines changed

Diff for: Cargo.lock

+7-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsql-js"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = ""
55
authors = ["Pekka Enberg <[email protected]>"]
66
license = "MIT"
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

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

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",
55
"os": [
66
"darwin",

0 commit comments

Comments
 (0)