Skip to content

Commit

Permalink
Update sqlx with a fix to flume's race condition
Browse files Browse the repository at this point in the history
Documented here launchbadge/sqlx#2384
  • Loading branch information
inetic committed Mar 8, 2023
1 parent 55a40c1 commit 3a1ae24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -28,5 +28,5 @@ turmoil = { git = "https://github.com/tokio-rs/turmoil" }
debug = 1

[patch.crates-io]
# Contains latest sqlite which seems to fix some bugs that were affecting us
sqlx = { git = "https://github.com/madadam/sqlx.git", branch = "bump-libsqlite3-sys" }
# Contains a fix to a race condition in `sqlx`'s `flume` dependency.
sqlx = { git = "https://github.com/inetic/sqlx.git", branch = "flume-race-fix" }

0 comments on commit 3a1ae24

Please sign in to comment.