From 7bb1fe41b85f7ad3f73c07f203ba64e01a11bb38 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Mon, 28 Oct 2024 14:00:59 +0800 Subject: [PATCH] add docs about version + patch diffs --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50623d3a6a8e5..da6b0bfa87385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -350,10 +350,11 @@ getrandom = { git = "https://github.com/madsim-rs/getrandom.git", rev = "e79a7ae # tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "0dd1055" } tokio-retry = { git = "https://github.com/madsim-rs/rust-tokio-retry.git", rev = "95e2fd3" } tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "ac00d88" } -# 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 version: v0.7.4 +# patch diffs: https://github.com/madsim-rs/sqlx/pull/3 sqlx = { git = "https://github.com/risingwavelabs/sqlx.git", rev = "ff6d6d2dc0e9e8e47282fd29be006eed7ae3421a" } + 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" }