Skip to content

Commit

Permalink
Merge pull request #144 from LucioFranco/lucio/0.4.5
Browse files Browse the repository at this point in the history
release v0.4.5
  • Loading branch information
LucioFranco committed Sep 13, 2024
2 parents a8aa0d5 + 61e6362 commit 147715c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 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.4"
version = "0.4.5"
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 = "1013a3afd17dc944db80105c2a4c78394c47eacd", features = ["encryption"] }
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "20147731c4a9d6e942b159f183215e9399fda2c3", 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.4",
"version": "0.4.5",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",
"os": [
"darwin",
Expand Down

0 comments on commit 147715c

Please sign in to comment.