Skip to content

Commit aa49d14

Browse files
authored
Merge pull request #76 from tursodatabase/bump-libsql
Bump libsql dependency
2 parents 643ce01 + 00af663 commit aa49d14

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
tracing-subscriber = "0.3"
15-
libsql = { git = "https://github.com/libsql/libsql/", rev = "2bdfe312b5e62a40c427f1e769a26a5f95f84378" }
15+
libsql = { git = "https://github.com/libsql/libsql/", rev = "4b56badb0667d3d4fcba1d1ca1770e7cef4db4f8" }
1616
tracing = "0.1"
1717
once_cell = "1.18.0"
1818
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }

0 commit comments

Comments
 (0)