From fd6c5517894854ec488a2ece99729ab8ab99b2fc Mon Sep 17 00:00:00 2001 From: Runji Wang Date: Fri, 22 Mar 2024 17:59:07 +0800 Subject: [PATCH] test for the bug fix Signed-off-by: Runji Wang --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index df972947f6d42..aaae04d169370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -301,6 +301,7 @@ tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = futures-timer = { git = "https://github.com/madsim-rs/futures-timer.git", rev = "05b33b4" } # patch: unlimit 4MB message size for grpc client etcd-client = { git = "https://github.com/risingwavelabs/etcd-client.git", rev = "4e84d40" } +madsim-rdkafka = { git = "https://github.com/madsim-rs/madsim.git", rev = "4a8b518" } [workspace.metadata.dylint] libraries = [{ path = "./lints" }]