Skip to content

Commit e165fc7

Browse files
committed
Bump libsql dependency
The bump includes changes in how we build sqlite3mc, which hopefully resolves issue #47...
1 parent 64beaf8 commit e165fc7

2 files changed

Lines changed: 108 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 107 additions & 26 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
@@ -9,6 +9,6 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
pyo3 = "0.19.0"
12-
libsql = { version = "0.3.0", features = ["encryption"] }
12+
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "bcf44515f6d1d9995fa15841c26a57b3483e4d31", features = ["encryption"] }
1313
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
1414
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)