Skip to content

Commit

Permalink
update libsql to tursodatabase/libsql@42a6f1b (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivukhin authored Aug 21, 2024
1 parent bc44c1a commit 21aa066
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 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.2-pre.1"
version = "0.4.2-pre.3"
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 = { git = "https://github.com/tursodatabase/libsql/", rev = "ef0ad61aa92984948352a14a23031ce60c4dfd45", features = ["encryption"] }
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "42a6f1bcd47df94909dc91e2b8811d1dcd9043dc", 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.2-pre.2",
"version": "0.4.2-pre.3",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",
"os": [
"darwin",
Expand Down

0 comments on commit 21aa066

Please sign in to comment.