Skip to content

Commit 50ade8d

Browse files
authored
Merge pull request #13026 from gitbutlerapp/deadlock-fix
fix: update rusqlite to 0.39.0 to resolve SQLite WAL deadlock
2 parents 7da2ec2 + bcb7bae commit 50ade8d

2 files changed

Lines changed: 19 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,8 @@ gitbutler-cherry-pick = { path = "crates/gitbutler-cherry-pick" }
208208
gitbutler-stack = { path = "crates/gitbutler-stack" }
209209
gitbutler-workspace = { path = "crates/gitbutler-workspace" }
210210

211-
# Bundled rusqlite for Windows.
212-
# TODO: is 'bundled' still needed?
213-
rusqlite = { version = "0.38.0", features = ["bundled"] }
211+
# Bundled to ensure a consistent SQLite version across all platforms.
212+
rusqlite = { version = "0.39.0", features = ["bundled"] }
214213
backoff = "0.4.0"
215214
bstr = "1.12.1"
216215
# Add the `tracing` or `tracing-detail` features to see more of gitoxide in the logs. Useful to see which programs it invokes.

0 commit comments

Comments
 (0)