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 f41d1ba commit d75f5d1Copy full SHA for d75f5d1
Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
10
crate-type = ["cdylib"]
11
12
[dependencies]
13
-libsql = { version = "0.9.20", features = ["encryption"] }
+libsql = { version = "0.9.21", 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