We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c8a1f commit 0587e7eCopy full SHA for 0587e7e
Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
10
crate-type = ["cdylib"]
11
12
[dependencies]
13
-libsql = { version = "0.9.22", features = ["encryption"] }
+libsql = { version = "0.9.23", features = ["encryption"] }
14
napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt", "async"] }
15
napi-derive = "2"
16
once_cell = "1.18.0"
0 commit comments