Skip to content

Commit 4131dfb

Browse files
committed
Update libsql dependency
1 parent c29eef9 commit 4131dfb

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
@@ -10,7 +10,7 @@ edition = "2021"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "cc888c417abbcc83e6f8647d6f12bdfb9bb35f5c", features = ["encryption"] }
13+
libsql = { version = "0.9.13", features = ["encryption"] }
1414
napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt", "async"] }
1515
napi-derive = "2"
1616
once_cell = "1.18.0"

0 commit comments

Comments
 (0)