Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit a558b64

Browse files
bors[bot]psarna
andauthored
Merge #308
308: sqld: bump libsqlite3-sys dependency r=psarna a=psarna We still rely on a git dependency, but now it points to an updated fork of rusqlite, which we hope will get merged soon. Ref: rusqlite/rusqlite#1283 Co-authored-by: Piotr Sarna <sarna@chiselstrike.com>
2 parents 9ad9ce1 + 0182f9d commit a558b64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sqld-libsql-bindings/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ edition = "2021"
99
anyhow = "1.0.66"
1010
mvfs = { git = "https://github.com/psarna/mvsqlite", branch = "mwal", optional = true }
1111
mwal = { git = "https://github.com/psarna/mvsqlite", branch = "mwal", optional = true }
12-
rusqlite = { version = "0.28.0", git = "https://github.com/psarna/rusqlite", rev = "cba0667f23949312f122f4e05", default-features = false, features = [
12+
rusqlite = { version = "0.29.0", git = "https://github.com/psarna/rusqlite", rev = "63b7aabfccbc21738", default-features = false, features = [
1313
"buildtime_bindgen",
14-
"bundled-libsql-wasm",
14+
"bundled-libsql-wasm-experimental",
1515
"column_decltype"
1616
] }
1717
tracing = "0.1.37"

sqld/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ pin-project-lite = "0.2.9"
3333
postgres-protocol = "0.6.4"
3434
prost = "0.11.3"
3535
regex = "1.7.0"
36-
rusqlite = { version = "0.28.0", git = "https://github.com/psarna/rusqlite", rev = "cba0667f23949312f122f4e05", default-features = false, features = [
36+
rusqlite = { version = "0.29.0", git = "https://github.com/psarna/rusqlite", rev = "63b7aabfccbc21738", default-features = false, features = [
3737
"buildtime_bindgen",
38-
"bundled-libsql-wasm",
38+
"bundled-libsql-wasm-experimental",
3939
"column_decltype"
4040
] }
4141
serde = { version = "1.0.149", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)