File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ license = "MIT"
3232repository = " https://github.com/tursodatabase/libsql"
3333
3434[workspace .dependencies ]
35- libsql-ffi = { path = " libsql-ffi" , version = " 0.9.0" }
3635libsql-sys = { path = " libsql-sys" , version = " 0.9.0" , default-features = false }
3736libsql-hrana = { path = " libsql-hrana" , version = " 0.9.0" }
3837libsql_replication = { path = " libsql-replication" , version = " 0.9.0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " libsql-ffi"
3- version.workspace = true
4- authors.workspace = true
5- edition.workspace = true
6- license.workspace = true
7- repository.workspace = true
8- description = " Native bindings to libSQL"
3+ version = " 0.5.0"
4+ edition = " 2021"
95build = " build.rs"
6+ license = " MIT"
7+ description = " Native bindings to libSQL"
8+ repository = " https://github.com/tursodatabase/libsql"
109exclude = [" bundled/SQLite3MultipleCiphers/build" , " bundled/SQLite3MultipleCiphers/test" ]
1110
1211# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ categories = ["external-ffi-bindings"]
1111
1212[dependencies ]
1313bytes = " 1.5.0"
14- libsql-ffi = { workspace = true }
14+ libsql-ffi = { version = " 0.5 " , path = " ../libsql-ffi/ " }
1515once_cell = " 1.18.0"
1616rusqlite = { workspace = true , features = [" trace" ], optional = true }
1717tracing = " 0.1.37"
You can’t perform that action at this time.
0 commit comments