Skip to content

Commit 813a677

Browse files
committed
Update libsql dependency
Update to development version for pre-release.
1 parent 5188c17 commit 813a677

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

Cargo.lock

Lines changed: 23 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = { version = "0.9.10", features = ["encryption"] }
11+
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "57043b60f3db38236187a8905bee62b35bf18afb", features = ["encryption"] }
1212
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
1313
tracing-subscriber = "0.3"
1414

0 commit comments

Comments
 (0)