Skip to content

Commit

Permalink
patch sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 7, 2024
1 parent 8ce913c commit 958a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev =
# NOTE(kwannoel): patch sqlx to use a version compatible with madsim.
# If we can merge in: https://github.com/madsim-rs/sqlx/pull/2,
# we can change it to patch madsim version instead.
sqlx = { git = "https://github.com/kwannoel/sqlx.git", rev = "5a32ad8ce842176c202df30910e1416655eda071" }
sqlx = { git = "https://github.com/kwannoel/sqlx.git", rev = "15ee4ba0eedc269540e42c6b4437c10de7325ed7" }
futures-timer = { git = "https://github.com/madsim-rs/futures-timer.git", rev = "05b33b4" }
# patch to remove preserve_order from serde_json
bson = { git = "https://github.com/risingwavelabs/bson-rust", rev = "e5175ec" }
Expand Down

0 comments on commit 958a7b6

Please sign in to comment.