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 f915a22 commit 02fc088Copy full SHA for 02fc088
Cargo.toml
@@ -8,7 +8,7 @@ crate-type = ["cdylib"]
8
9
[dependencies]
10
pyo3 = "0.19.0"
11
-libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "57043b60f3db38236187a8905bee62b35bf18afb", features = ["encryption"] }
+libsql = { version = "0.9.16", features = ["encryption"] }
12
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
13
tracing-subscriber = "0.3"
14
0 commit comments