Skip to content

Commit 02fc088

Browse files
committed
Update libsql dependency
1 parent f915a22 commit 02fc088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
pyo3 = "0.19.0"
11-
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "57043b60f3db38236187a8905bee62b35bf18afb", features = ["encryption"] }
11+
libsql = { version = "0.9.16", features = ["encryption"] }
1212
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
1313
tracing-subscriber = "0.3"
1414

0 commit comments

Comments
 (0)