Skip to content

Commit 790f2eb

Browse files
committed
Fix vendored rusqlite dependency to libsql-ffi
1 parent 7f9a2ef commit 790f2eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendored/rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fallible-iterator = "0.2"
109109
fallible-streaming-iterator = "0.1"
110110
uuid = { version = "1.0", optional = true }
111111
smallvec = "1.6.1"
112-
libsql-ffi = { version = "0.5", path = "../../libsql-ffi" }
112+
libsql-ffi = { workspace = true }
113113

114114
[dev-dependencies]
115115
doc-comment = "0.3"

0 commit comments

Comments
 (0)